| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
| org.mockito.internal.exceptions | |
| org.mockito.session |
| Class and Description |
|---|
| RedundantListenerException
Reported when instance of
MockitoListener
is being added to Mockito (see MockitoFramework)
and there is already a listener with this implementation type registered. |
| Class and Description |
|---|
| UnnecessaryStubbingException
This exception indicates presence of unused stubbings.
|
| Class and Description |
|---|
| UnfinishedMockingSessionException
This exception prevents the user from forgetting to use
MockitoSession.finishMocking(). |
Copyright © 2024. All rights reserved.