public abstract class AbstractTestCase extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractTestCase.MockInvocationBuilder |
Constructor and Description |
---|
AbstractTestCase() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertSerializable(Object o) |
protected AbstractTestCase.MockInvocationBuilder |
mockInvocation(Class<?> type,
String name,
Class<?>... argumentTypes) |
public AbstractTestCase()
protected void assertSerializable(Object o)
protected AbstractTestCase.MockInvocationBuilder mockInvocation(Class<?> type, String name, Class<?>... argumentTypes)
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.