org.easymock.internal

Class UnorderedBehavior


public class UnorderedBehavior
extends java.lang.Object

Constructor Summary

UnorderedBehavior(boolean checkOrder)

Method Summary

@Override
String toString()
Result
addActual(Invocation actual)
void
addExpected(ExpectedInvocation expected, Result result, Range count)
boolean
allowsExpectedInvocation(ExpectedInvocation expected, boolean checkOrder)
String
toString(Invocation invocation)
boolean
verify()

Constructor Details

UnorderedBehavior

public UnorderedBehavior(boolean checkOrder)

Method Details

String toString

public @Override String toString()

addActual

public Result addActual(Invocation actual)

addExpected

public void addExpected(ExpectedInvocation expected,
                        Result result,
                        Range count)

allowsExpectedInvocation

public boolean allowsExpectedInvocation(ExpectedInvocation expected,
                                        boolean checkOrder)

toString

public String toString(Invocation invocation)

verify

public boolean verify()