org.easymock.internal
public class UnorderedBehavior extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
UnorderedBehavior(boolean checkOrder) |
Modifier and Type | Method and Description |
---|---|
Result |
addActual(Invocation actual) |
void |
addExpected(ExpectedInvocation expected,
Result result,
Range count) |
boolean |
allowsExpectedInvocation(ExpectedInvocation expected,
boolean checkOrder) |
java.lang.String |
toString() |
java.lang.String |
toString(Invocation invocation) |
boolean |
verify() |
public void addExpected(ExpectedInvocation expected, Result result, Range count)
public Result addActual(Invocation actual)
public boolean verify()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(Invocation invocation)
public boolean allowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)