Class VerificationDataInOrderImpl
java.lang.Object
org.mockito.internal.verification.api.VerificationDataInOrderImpl
- All Implemented Interfaces:
VerificationDataInOrder
-
Constructor Summary
ConstructorsConstructorDescriptionVerificationDataInOrderImpl(InOrderContext inOrder, List<Invocation> allInvocations, MatchableInvocation wanted) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
VerificationDataInOrderImpl
public VerificationDataInOrderImpl(InOrderContext inOrder, List<Invocation> allInvocations, MatchableInvocation wanted)
-
-
Method Details
-
getAllInvocations
- Specified by:
getAllInvocationsin interfaceVerificationDataInOrder
-
getOrderingContext
- Specified by:
getOrderingContextin interfaceVerificationDataInOrder
-
getWanted
- Specified by:
getWantedin interfaceVerificationDataInOrder
-