Package org.mockito.verification
-
Interface Summary Interface Description VerificationAfterDelay VerificationAfterDelay is aVerificationModethat allows combining existing verification modes with an initial delay, e.g.VerificationMode Allows verifying that certain behavior happened at least once / exact number of times / never.VerificationWithTimeout VerificationWithTimeout is aVerificationModethat allows combining existing verification modes with 'timeout'. -
Class Summary Class Description After See the javadoc forVerificationAfterDelayTimeout See the javadoc forVerificationWithTimeoutVerificationWrapper<WrapperType extends VerificationMode>