org.easymock.internal
public interface IMocksBehavior extends ILegacyMatcherMethods
Modifier and Type | Method and Description |
---|---|
Result |
addActual(Invocation invocation) |
void |
addExpected(ExpectedInvocation expected,
Result result,
Range count) |
void |
addStub(ExpectedInvocation expected,
Result result) |
void |
checkCurrentThreadSameAsLastThread() |
void |
checkOrder(boolean value) |
boolean |
isThreadSafe() |
void |
makeThreadSafe(boolean isThreadSafe) |
void |
verify() |
setDefaultMatcher, setMatcher
void addExpected(ExpectedInvocation expected, Result result, Range count)
void addStub(ExpectedInvocation expected, Result result)
void checkOrder(boolean value)
Result addActual(Invocation invocation)
void makeThreadSafe(boolean isThreadSafe)
boolean isThreadSafe()
void checkCurrentThreadSameAsLastThread()
void verify()