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 |
checkOrder(boolean value) |
void |
checkThreadSafety() |
boolean |
isThreadSafe() |
void |
makeThreadSafe(boolean isThreadSafe) |
void |
shouldBeUsedInOneThread(boolean shouldBeUsedInOneThread) |
void |
verify() |
setDefaultMatcher, setMatcher
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()
Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>