public class VerificationDataInOrderImpl extends java.lang.Object implements VerificationDataInOrder
Modifier and Type | Field and Description |
---|---|
private java.util.List<Invocation> |
allInvocations |
private InOrderContext |
inOrder |
private MatchableInvocation |
wanted |
Constructor and Description |
---|
VerificationDataInOrderImpl(InOrderContext inOrder,
java.util.List<Invocation> allInvocations,
MatchableInvocation wanted) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Invocation> |
getAllInvocations() |
InOrderContext |
getOrderingContext() |
MatchableInvocation |
getWanted() |
private final InOrderContext inOrder
private final java.util.List<Invocation> allInvocations
private final MatchableInvocation wanted
public VerificationDataInOrderImpl(InOrderContext inOrder, java.util.List<Invocation> allInvocations, MatchableInvocation wanted)
public java.util.List<Invocation> getAllInvocations()
getAllInvocations
in interface VerificationDataInOrder
public InOrderContext getOrderingContext()
getOrderingContext
in interface VerificationDataInOrder
public MatchableInvocation getWanted()
getWanted
in interface VerificationDataInOrder