Package org.mockito.verification
package org.mockito.verification
-
ClassDescriptionSee the javadoc for
VerificationAfterDelay
See the javadoc forVerificationWithTimeout
VerificationAfterDelay is aVerificationMode
that allows combining existing verification modes with an initial delay, e.g.Allows verifying that certain behavior happened at least once / exact number of times / never.VerificationWithTimeout is aVerificationMode
that allows combining existing verification modes with 'timeout'.VerificationWrapper<WrapperType extends VerificationMode>