org.easymock.internal
Class ReplayState
java.lang.Object
org.easymock.internal.ReplayState
- All Implemented Interfaces:
- Serializable, IMocksControlState
public class ReplayState
- extends Object
- implements IMocksControlState, Serializable
- Author:
- OFFIS, Tammo Freese
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReplayState
public ReplayState(IMocksBehavior behavior)
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface IMocksControlState
- Throws:
Throwable
verify
public void verify()
- Specified by:
verify
in interface IMocksControlState
replay
public void replay()
- Specified by:
replay
in interface IMocksControlState
callback
public void callback(Runnable runnable)
checkOrder
public void checkOrder(boolean value)
- Specified by:
checkOrder
in interface IMocksControlState
makeThreadSafe
public void makeThreadSafe(boolean threadSafe)
- Specified by:
makeThreadSafe
in interface IMocksControlState
checkIsUsedInOneThread
public void checkIsUsedInOneThread(boolean shouldBeUsedInOneThread)
- Specified by:
checkIsUsedInOneThread
in interface IMocksControlState
andReturn
public void andReturn(Object value)
- Specified by:
andReturn
in interface IMocksControlState
andThrow
public void andThrow(Throwable throwable)
- Specified by:
andThrow
in interface IMocksControlState
andAnswer
public void andAnswer(IAnswer<?> answer)
- Specified by:
andAnswer
in interface IMocksControlState
andDelegateTo
public void andDelegateTo(Object answer)
- Specified by:
andDelegateTo
in interface IMocksControlState
andStubReturn
public void andStubReturn(Object value)
- Specified by:
andStubReturn
in interface IMocksControlState
andStubThrow
public void andStubThrow(Throwable throwable)
- Specified by:
andStubThrow
in interface IMocksControlState
andStubAnswer
public void andStubAnswer(IAnswer<?> answer)
- Specified by:
andStubAnswer
in interface IMocksControlState
andStubDelegateTo
public void andStubDelegateTo(Object delegateTo)
- Specified by:
andStubDelegateTo
in interface IMocksControlState
asStub
public void asStub()
- Specified by:
asStub
in interface IMocksControlState
times
public void times(Range range)
- Specified by:
times
in interface IMocksControlState
setDefaultReturnValue
public void setDefaultReturnValue(Object value)
setDefaultThrowable
public void setDefaultThrowable(Throwable throwable)
setDefaultVoidCallable
public void setDefaultVoidCallable()
assertRecordState
public void assertRecordState()
- Specified by:
assertRecordState
in interface IMocksControlState
Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.