Serializable
public class UnorderedBehavior extends Object implements Serializable
Constructor | Description |
---|---|
UnorderedBehavior(boolean checkOrder) |
Modifier and Type | Method | 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–2018 EasyMock contributors. All rights reserved.