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 |
verifyRecording() |
void |
verifyUnexpectedCalls() |
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 verifyRecording()
void verifyUnexpectedCalls()
void verify()
Copyright © 2001–2022 EasyMock contributors. All rights reserved.