Class AtLeast
java.lang.Object
org.mockito.internal.verification.AtLeast
- All Implemented Interfaces:
VerificationInOrderMode
,VerificationMode
-
Constructor Summary
-
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
-
AtLeast
public AtLeast(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
-