Uses of Package
org.mockito.verification
Packages that use org.mockito.verification
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Internal classes, not to be used by clients.
Mocking progress stateful classes.
Verification logic.
Public classes relative to the listener APIs.
Verification related classes.
-
Classes in org.mockito.verification used by org.mockitoClassDescriptionVerificationAfterDelay is a
VerificationMode
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'. -
Classes in org.mockito.verification used by org.mockito.internalClassDescriptionAllows verifying that certain behavior happened at least once / exact number of times / never.
-
Classes in org.mockito.verification used by org.mockito.internal.progressClassDescriptionAllows verifying that certain behavior happened at least once / exact number of times / never.Strategy to possibly lazily perform verifications.
-
Classes in org.mockito.verification used by org.mockito.internal.verificationClassDescriptionContains all information about a verification that has happened.Allows verifying that certain behavior happened at least once / exact number of times / never.
-
Classes in org.mockito.verification used by org.mockito.listenersClassDescriptionContains all information about a verification that has happened.
-
Classes in org.mockito.verification used by org.mockito.verificationClassDescriptionVerificationAfterDelay is a
VerificationMode
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'.