org.easymock.internal
public class RecordState extends Object implements IMocksControlState, Serializable
Constructor Summary | |
---|---|
RecordState(IMocksBehavior behavior) |
Method Summary | |
---|---|
void | andAnswer(IAnswer<?> answer) |
void | andDelegateTo(Object delegateTo) |
void | andReturn(Object value) |
void | andStubAnswer(IAnswer<?> answer) |
void | andStubDelegateTo(Object delegateTo) |
void | andStubReturn(Object value) |
void | andStubThrow(Throwable throwable) |
void | andThrow(Throwable throwable) |
void | assertRecordState() |
void | asStub() |
void | checkIsUsedInOneThread(boolean shouldBeUsedInOneThread) |
void | checkOrder(boolean value) |
static Object | emptyReturnValueFor(Class<?> type) |
Object | invoke(Invocation invocation) |
void | makeThreadSafe(boolean threadSafe) |
void | replay() |
void | times(Range range) |
void | verify() |