org.easymock.internal

Interface IMocksControlState

All Superinterfaces:
ILegacyMethods

public interface IMocksControlState
extends ILegacyMethods

Method Summary

void
andAnswer(IAnswer answer)
void
andReturn(Object value)
void
andStubAnswer(IAnswer answer)
void
andStubReturn(Object value)
void
andStubThrow(Throwable throwable)
void
andThrow(Throwable throwable)
void
asStub()
void
assertRecordState()
void
checkOrder(boolean value)
Object
invoke(Invocation invocation)
void
replay()
void
times(Range range)
void
verify()

Method Details

andAnswer

public void andAnswer(IAnswer answer)

andReturn

public void andReturn(Object value)

andStubAnswer

public void andStubAnswer(IAnswer answer)

andStubReturn

public void andStubReturn(Object value)

andStubThrow

public void andStubThrow(Throwable throwable)

andThrow

public void andThrow(Throwable throwable)

asStub

public void asStub()

assertRecordState

public void assertRecordState()

checkOrder

public void checkOrder(boolean value)

invoke

public Object invoke(Invocation invocation)
            throws Throwable

replay

public void replay()

times

public void times(Range range)

verify

public void verify()