Module org.mockito
Package org.mockito.verification
package org.mockito.verification
Verification related classes.
-
ClassDescriptionSee the javadoc for
VerificationAfterDelaySee the javadoc forVerificationWithTimeoutVerificationAfterDelay is aVerificationModethat allows combining existing verification modes with an initial delay, e.g.Contains all information about a verification that has happened.Allows verifying that certain behavior happened at least once / exact number of times / never.Strategy to possibly lazily perform verifications.VerificationWithTimeout is aVerificationModethat allows combining existing verification modes with 'timeout'.