| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for usage. |
| 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 |
|---|
| UnfinishedMockingSessionException
This exception prevents the user from forgetting to use
MockitoSession.finishMocking(). |