org.easymock.internal
public interface IMocksBehavior extends ILegacyMatcherMethods
Method Summary | |
---|---|
Result | addActual(Invocation invocation) |
void | addExpected(ExpectedInvocation expected, Result result, Range count) |
void | addStub(ExpectedInvocation expected, Result result) |
void | checkOrder(boolean value) |
void | checkThreadSafety() |
boolean | isThreadSafe() |
void | makeThreadSafe(boolean isThreadSafe) |
void | shouldBeUsedInOneThread(boolean shouldBeUsedInOneThread) |
void | verify() |