Class VerificationModeFactory
java.lang.Object
org.mockito.internal.verification.VerificationModeFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VerificationMode
atLeast
(int minNumberOfInvocations) static VerificationMode
static VerificationMode
atMost
(int maxNumberOfInvocations) static Calls
calls
(int wantedNumberOfInvocations) static NoMoreInteractions
static VerificationMode
only()
static Times
times
(int wantedNumberOfInvocations)
-
Constructor Details
-
VerificationModeFactory
public VerificationModeFactory()
-
-
Method Details
-
atLeastOnce
-
atLeast
-
only
-
times
-
calls
-
noMoreInteractions
-
atMost
-