public interface IMocksBehavior
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 |
checkOrder(boolean value) |
void |
checkThreadSafety() |
boolean |
isThreadSafe() |
void |
makeThreadSafe(boolean isThreadSafe) |
void |
shouldBeUsedInOneThread(boolean shouldBeUsedInOneThread) |
void |
verify() |
void addExpected(ExpectedInvocation expected, Result result, Range count)
void addStub(ExpectedInvocation expected, Result result)
void checkOrder(boolean value)
void makeThreadSafe(boolean isThreadSafe)
void shouldBeUsedInOneThread(boolean shouldBeUsedInOneThread)
Result addActual(Invocation invocation)
boolean isThreadSafe()
void checkThreadSafety()
void verify()