java.io.Serializable
public class UnorderedBehavior
extends java.lang.Object
implements java.io.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) |
|
java.util.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 java.util.List<ErrorMessage> getMessages(Invocation invocation)
public boolean allowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)
Copyright © 2001-2019 EasyMock contributors. This documentation is provided under the terms of the Apache 2 licence.