Package | Description |
---|---|
org.mockito.internal.verification |
Verification logic.
|
org.mockito.verification |
Verification related classes.
|
Modifier and Type | Field and Description |
---|---|
private Timer |
VerificationOverTimeImpl.timer |
Modifier and Type | Method and Description |
---|---|
Timer |
VerificationOverTimeImpl.getTimer() |
Constructor and Description |
---|
VerificationOverTimeImpl(long pollingPeriodMillis,
VerificationMode delegate,
boolean returnOnSuccess,
Timer timer)
Create this verification mode, to be used to verify invocation ongoing data later.
|
Constructor and Description |
---|
Timeout(long pollingPeriodMillis,
VerificationMode delegate,
Timer timer)
See the javadoc for
VerificationWithTimeout |