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()
InOrderContext
getOrderingContext()
InvocationMatcher
getWanted()
-
-
-
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:
getAllInvocations
in interfaceVerificationDataInOrder
-
getOrderingContext
public InOrderContext getOrderingContext()
- Specified by:
getOrderingContext
in interfaceVerificationDataInOrder
-
getWanted
public InvocationMatcher getWanted()
- Specified by:
getWanted
in interfaceVerificationDataInOrder
-
-