Package org.mockito.verification
-
Interface Summary Interface Description VerificationAfterDelay VerificationAfterDelay is aVerificationMode
that 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 aVerificationMode
that allows combining existing verification modes with 'timeout'. -
Class Summary Class Description After See the javadoc forVerificationAfterDelay
Timeout See the javadoc forVerificationWithTimeout
VerificationWrapper<WrapperType extends VerificationMode>