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.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, 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 classArgumentsAreDifferentclassMoreThanAllowedActualInvocationsThrown when atMost(x) verification fails.classNeverWantedButInvokedclassNoInteractionsWantedNo interactions wanted.classTooFewActualInvocationsclassTooManyActualInvocationsclassVerificationInOrderFailureclassWantedButNotInvoked -
Uses of MockitoAssertionError in org.mockito.junit
Methods in org.mockito.junit that throw MockitoAssertionError Modifier and Type Method Description voidVerificationCollector. collectAndReport()Collect all lazily verified behaviour.
-