| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for for usage. |
| org.mockito.internal.verification | |
| org.mockito.listeners |
Public classes relative to the listener APIs.
|
| org.mockito.verification |
Verification related classes.
|
| Class and 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 and Description |
|---|
| VerificationMode
Allows verifying that certain behavior happened at least once / exact number
of times / never.
|
| Class and Description |
|---|
| VerificationEvent
Contains all information about a verification that has happened.
|
| Class and 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'. |