Class VerificationDataImpl
- java.lang.Object
-
- org.mockito.internal.verification.VerificationDataImpl
-
- All Implemented Interfaces:
VerificationData
public class VerificationDataImpl extends java.lang.Object implements VerificationData
-
-
Constructor Summary
Constructors Constructor Description VerificationDataImpl(InvocationContainer invocations, InvocationMatcher wanted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Invocation>
getAllInvocations()
InvocationMatcher
getWanted()
-
-
-
Constructor Detail
-
VerificationDataImpl
public VerificationDataImpl(InvocationContainer invocations, InvocationMatcher wanted)
-
-
Method Detail
-
getAllInvocations
public java.util.List<Invocation> getAllInvocations()
- Specified by:
getAllInvocations
in interfaceVerificationData
-
getWanted
public InvocationMatcher getWanted()
- Specified by:
getWanted
in interfaceVerificationData
-
-