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