Package org.easymock.internal
Class UnorderedBehavior
java.lang.Object
org.easymock.internal.UnorderedBehavior
- All Implemented Interfaces:
Serializable
- Author:
- OFFIS, Tammo Freese
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddActual
(Invocation actual) void
addExpected
(ExpectedInvocation expected, Result result, Range count) boolean
allowsExpectedInvocation
(ExpectedInvocation expected, boolean checkOrder) getMessages
(Invocation invocation) boolean
verify()
-
Constructor Details
-
UnorderedBehavior
public UnorderedBehavior(boolean checkOrder)
-
-
Method Details
-
addExpected
-
addActual
-
verify
public boolean verify() -
getMessages
-
allowsExpectedInvocation
-