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.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-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>