Package org.mockito.internal.verification
Verification logic.
-
Interface Summary Interface Description RegisteredInvocations -
Class Summary Class Description AtLeast AtMost Calls DefaultRegisteredInvocations DefaultRegisteredInvocations.RemoveToString Description Description verification mode wraps an existing verification mode and prepends a custom message to the assertion error if verification fails.InOrderContextImpl InOrderWrapper MockAwareVerificationMode NoInteractions NoMoreInteractions Only SingleRegisteredInvocation Times VerificationDataImpl VerificationEventImpl VerificationModeFactory VerificationOverTimeImpl Verifies that another verification mode (the delegate) is satisfied within a certain timeframe (before timeoutMillis has passed, measured from the call to verify()), and either returns immediately once it does, or waits until it is definitely satisfied once the full time has passed.VerificationWrapper<WrapperT extends VerificationMode> VerificationWrapperInOrderWrapper