Package org.mockito.verification
package org.mockito.verification
-
ClassDescriptionSee the javadoc for
VerificationAfterDelaySee the javadoc forVerificationWithTimeoutVerificationAfterDelay is aVerificationModethat 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 aVerificationModethat allows combining existing verification modes with 'timeout'.VerificationWrapper<WrapperType extends VerificationMode>