Class AtMost
java.lang.Object
org.mockito.internal.verification.AtMost
- All Implemented Interfaces:
VerificationMode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidremoveAlreadyVerified(List<Invocation> invocations) toString()voidverify(VerificationData data) Performs the verificationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.mockito.verification.VerificationMode
description
-
Field Details
-
maxNumberOfInvocations
private final int maxNumberOfInvocations
-
-
Constructor Details
-
AtMost
public AtMost(int maxNumberOfInvocations)
-
-
Method Details
-
verify
Description copied from interface:VerificationModePerforms the verification- Specified by:
verifyin interfaceVerificationMode
-
removeAlreadyVerified
-
toString
-