A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
U
- UnfinishedMockingSessionException - Exception in org.mockito.exceptions.misusing
-
This exception prevents the user from forgetting to use
MockitoSession.finishMocking()
. - UnfinishedMockingSessionException(String) - Constructor for exception org.mockito.exceptions.misusing.UnfinishedMockingSessionException
- UnfinishedStubbingException - Exception in org.mockito.exceptions.misusing
- UnfinishedStubbingException(String) - Constructor for exception org.mockito.exceptions.misusing.UnfinishedStubbingException
- UnfinishedVerificationException - Exception in org.mockito.exceptions.misusing
- UnfinishedVerificationException(String) - Constructor for exception org.mockito.exceptions.misusing.UnfinishedVerificationException
- UnnecessaryStubbingException - Exception in org.mockito.exceptions.misusing
-
This exception indicates presence of unused stubbings.
- UnnecessaryStubbingException(String) - Constructor for exception org.mockito.exceptions.misusing.UnnecessaryStubbingException
- useConstructor(Object...) - Method in interface org.mockito.MockSettings
-
Mockito attempts to use constructor when creating instance of the mock.
All Classes All Packages