| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
| org.mockito.internal |
Internal classes, not to be used by clients.
|
| org.mockito.internal.progress |
Mocking progress stateful classes.
|
| org.mockito.internal.verification |
Verification logic.
|
| 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 |
|---|
| VerificationMode
Allows verifying that certain behavior happened at least once / exact number
of times / never.
|
| VerificationStrategy
Strategy to possibly lazily perform verifications.
|
| Class and Description |
|---|
| VerificationEvent
Contains all information about a verification that has happened.
|
| 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'. |
Copyright © 2024. All rights reserved.