public class UnorderedBehavior extends Object implements 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) | 
| List<ErrorMessage> | getMessages(Invocation invocation) | 
| boolean | verify() | 
public void addExpected(ExpectedInvocation expected, Result result, Range count)
public Result addActual(Invocation actual)
public boolean verify()
public List<ErrorMessage> getMessages(Invocation invocation)
public boolean allowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)
Copyright © 2001–2014 EasyMock contributors. All rights reserved.