| Interface | Description |
|---|---|
| VerificationAfterDelay |
VerificationAfterDelay is a
VerificationMode that allows combining existing verification modes with an initial delay, e.g. |
| VerificationMode |
Allows verifying that certain behavior happened at least once / exact number
of times / never.
|
| VerificationWithTimeout |
VerificationWithTimeout is a
VerificationMode that allows combining existing verification modes with 'timeout'. |
| Class | Description |
|---|---|
| After |
See the javadoc for
VerificationAfterDelay |
| Timeout |
See the javadoc for
VerificationWithTimeout |
| VerificationWrapper<WrapperType extends VerificationMode> |