Class VerificationDataInOrderImpl
- java.lang.Object
-
- org.mockito.internal.verification.api.VerificationDataInOrderImpl
-
- All Implemented Interfaces:
VerificationDataInOrder
public class VerificationDataInOrderImpl extends java.lang.Object implements VerificationDataInOrder
-
-
Constructor Summary
Constructors Constructor Description VerificationDataInOrderImpl(InOrderContext inOrder, java.util.List<Invocation> allInvocations, InvocationMatcher wanted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Invocation>getAllInvocations()InOrderContextgetOrderingContext()InvocationMatchergetWanted()
-
-
-
Constructor Detail
-
VerificationDataInOrderImpl
public VerificationDataInOrderImpl(InOrderContext inOrder, java.util.List<Invocation> allInvocations, InvocationMatcher wanted)
-
-
Method Detail
-
getAllInvocations
public java.util.List<Invocation> getAllInvocations()
- Specified by:
getAllInvocationsin interfaceVerificationDataInOrder
-
getOrderingContext
public InOrderContext getOrderingContext()
- Specified by:
getOrderingContextin interfaceVerificationDataInOrder
-
getWanted
public InvocationMatcher getWanted()
- Specified by:
getWantedin interfaceVerificationDataInOrder
-
-