org.easymock.internal
Interface IMocksBehavior
- All Superinterfaces:
- ILegacyMatcherMethods
- All Known Implementing Classes:
- MocksBehavior
public interface IMocksBehavior
- extends ILegacyMatcherMethods
addExpected
void addExpected(ExpectedInvocation expected,
Result result,
Range count)
addStub
void addStub(ExpectedInvocation expected,
Result result)
checkOrder
void checkOrder(boolean value)
makeThreadSafe
void makeThreadSafe(boolean isThreadSafe)
shouldBeUsedInOneThread
void shouldBeUsedInOneThread(boolean shouldBeUsedInOneThread)
addActual
Result addActual(Invocation invocation)
isThreadSafe
boolean isThreadSafe()
checkThreadSafety
void checkThreadSafety()
verify
void verify()
Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>