public class VerificationDataInOrderImpl extends java.lang.Object implements VerificationDataInOrder
| Constructor and Description |
|---|
VerificationDataInOrderImpl(InOrderContext inOrder,
java.util.List<Invocation> allInvocations,
InvocationMatcher wanted) |
| Modifier and Type | Method and 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