Uses of Class
org.mockito.exceptions.base.MockitoAssertionError
-
Packages that use MockitoAssertionError Package Description org.mockito.exceptions.base Base classes for exceptions and errors, stack trace filtering/removing logic.org.mockito.exceptions.verification Verification errors.org.mockito.internal.exceptions org.mockito.internal.junit JUnit integration support classes.org.mockito.junit Mockito JUnit integration ; rule and runners. -
-
Uses of MockitoAssertionError in org.mockito.exceptions.base
Constructors in org.mockito.exceptions.base with parameters of type MockitoAssertionError Constructor Description MockitoAssertionError(MockitoAssertionError error, java.lang.String message)
Creates a copy of the given assertion error with the custom failure message prepended. -
Uses of MockitoAssertionError in org.mockito.exceptions.verification
Subclasses of MockitoAssertionError in org.mockito.exceptions.verification Modifier and Type Class Description class
ArgumentsAreDifferent
class
MoreThanAllowedActualInvocations
Thrown when atMost(x) verification fails.class
NeverWantedButInvoked
class
NoInteractionsWanted
No interactions wanted.class
TooFewActualInvocations
class
TooLittleActualInvocations
Deprecated.as of 2.27.5.class
TooManyActualInvocations
class
VerificationInOrderFailure
class
WantedButNotInvoked
-
Uses of MockitoAssertionError in org.mockito.internal.exceptions
-
Uses of MockitoAssertionError in org.mockito.internal.junit
Methods in org.mockito.internal.junit that throw MockitoAssertionError Modifier and Type Method Description void
VerificationCollectorImpl. collectAndReport()
-
Uses of MockitoAssertionError in org.mockito.junit
Methods in org.mockito.junit that throw MockitoAssertionError Modifier and Type Method Description void
VerificationCollector. collectAndReport()
Collect all lazily verified behaviour.
-