private static class InvocationsFinder.RemoveUnverifiedInOrder extends java.lang.Object implements ListUtil.Filter<Invocation>
Modifier and Type | Field and Description |
---|---|
private InOrderContext |
orderingContext |
Constructor and Description |
---|
RemoveUnverifiedInOrder(InOrderContext orderingContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
isOut(Invocation invocation) |
private final InOrderContext orderingContext
public RemoveUnverifiedInOrder(InOrderContext orderingContext)
public boolean isOut(Invocation invocation)
isOut
in interface ListUtil.Filter<Invocation>