Package org.mockito.internal.verification
package org.mockito.internal.verification
Verification logic.
-
ClassDescriptionVerifies 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.