VerificationDataInOrderpublic 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 VerificationDataInOrderpublic InOrderContext getOrderingContext()
getOrderingContext in interface VerificationDataInOrderpublic InvocationMatcher getWanted()
getWanted in interface VerificationDataInOrder