Uses of Class
org.mockito.internal.util.Timer
-
Packages that use Timer Package Description org.mockito.internal.verification Verification logic. -
-
Uses of Timer in org.mockito.internal.verification
Constructors in org.mockito.internal.verification with parameters of type Timer Constructor Description VerificationOverTimeImpl(long pollingPeriodMillis, long durationMillis, VerificationMode delegate, boolean returnOnSuccess, Timer timer)
Create this verification mode, to be used to verify invocation ongoing data later.
-