Package | Description |
---|---|
org.mockito.exceptions.base |
Base classes for exceptions and errors, stack trace filtering/removing logic.
|
org.mockito.exceptions.verification |
Verification errors.
|
org.mockito.junit |
Constructor and Description |
---|
MockitoAssertionError(MockitoAssertionError error,
String message)
Creates a copy of the given assertion error with the custom failure message prepended.
|
Modifier and Type | Class and Description |
---|---|
class |
ArgumentsAreDifferent |
class |
NeverWantedButInvoked |
class |
NoInteractionsWanted
No interactions wanted.
|
class |
TooLittleActualInvocations |
class |
TooManyActualInvocations |
class |
VerificationInOrderFailure |
class |
WantedButNotInvoked |
Modifier and Type | Method and Description |
---|---|
void |
VerificationCollector.collectAndReport()
Collect all lazily verified behaviour.
|