Uses of Package
org.mockito.exceptions.misusing
-
Packages that use org.mockito.exceptions.misusing Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage.org.mockito.session -
Classes in org.mockito.exceptions.misusing used by org.mockito Class Description RedundantListenerException Reported when instance ofMockitoListeneris being added to Mockito (seeMockitoFramework) and there is already a listener with this implementation type registered. -
Classes in org.mockito.exceptions.misusing used by org.mockito.session Class Description UnfinishedMockingSessionException This exception prevents the user from forgetting to useMockitoSession.finishMocking().