Package | Description |
---|---|
org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
org.mockito.internal.verification |
Verification logic.
|
org.mockito.verification |
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 |
---|
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'. |