| Exception | Description |
|---|---|
| CannotStubVoidMethodWithReturnValue | |
| CannotVerifyStubOnlyMock | |
| FriendlyReminderException | |
| InvalidUseOfMatchersException | |
| MissingMethodInvocationException | |
| MockitoConfigurationException | |
| NotAMockException | |
| NullInsteadOfMockException | |
| UnfinishedStubbingException | |
| UnfinishedVerificationException | |
| UnnecessaryStubbingException |
Unnecessary stubs are stubbed method calls that were never realized during test execution
(see also
MockitoHint), example:
|
| WrongTypeOfReturnValue |