Package org.mockito.exceptions.base
Class MockitoAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.mockito.exceptions.base.MockitoAssertionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ArgumentsAreDifferent
,NeverWantedButInvoked
,NoInteractionsWanted
,TooLittleActualInvocations
,TooManyActualInvocations
,VerificationInOrderFailure
,WantedButNotInvoked
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MockitoAssertionError
-
-
Method Details
-
getUnfilteredStackTrace
-