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