Class Calls
java.lang.Object
org.mockito.internal.verification.Calls
- All Implemented Interfaces:
VerificationInOrderMode
,VerificationMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()
void
verify
(VerificationData data) Performs the verificationvoid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.mockito.verification.VerificationMode
description
-
Constructor Details
-
Calls
public Calls(int wantedNumberOfInvocations)
-
-
Method Details
-
verify
Description copied from interface:VerificationMode
Performs the verification- Specified by:
verify
in interfaceVerificationMode
-
verifyInOrder
- Specified by:
verifyInOrder
in interfaceVerificationInOrderMode
-
toString
-