public class VerificationDataInOrderImpl extends Object implements VerificationDataInOrder
Constructor and Description |
---|
VerificationDataInOrderImpl(InOrderContext inOrder,
List<Invocation> allInvocations,
InvocationMatcher wanted) |
Modifier and Type | Method and Description |
---|---|
List<Invocation> |
getAllInvocations() |
InOrderContext |
getOrderingContext() |
InvocationMatcher |
getWanted() |
public VerificationDataInOrderImpl(InOrderContext inOrder, List<Invocation> allInvocations, InvocationMatcher wanted)
public List<Invocation> getAllInvocations()
getAllInvocations
in interface VerificationDataInOrder
public InOrderContext getOrderingContext()
getOrderingContext
in interface VerificationDataInOrder
public InvocationMatcher getWanted()
getWanted
in interface VerificationDataInOrder
Copyright © 2018. All rights reserved.