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 void
removeAlreadyVerified
(List<Invocation> invocations) toString()
void
verify
(VerificationData data) Performs the verificationMethods 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
-
Field Details
-
maxNumberOfInvocations
private final int maxNumberOfInvocations
-
-
Constructor Details
-
AtMost
public AtMost(int maxNumberOfInvocations)
-
-
Method Details
-
verify
Description copied from interface:VerificationMode
Performs the verification- Specified by:
verify
in interfaceVerificationMode
-
removeAlreadyVerified
-
toString
-