Class NoMoreInteractions
java.lang.Object
org.mockito.internal.verification.NoMoreInteractions
- All Implemented Interfaces:
VerificationInOrderMode,VerificationMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidverify(VerificationData data) Performs the verificationvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mockito.verification.VerificationMode
description
-
Constructor Details
-
NoMoreInteractions
public NoMoreInteractions()
-
-
Method Details
-
verify
Description copied from interface:VerificationModePerforms the verification- Specified by:
verifyin interfaceVerificationMode
-
verifyInOrder
- Specified by:
verifyInOrderin interfaceVerificationInOrderMode
-