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