Uses of Class
org.mockito.exceptions.base.MockitoAssertionError
Packages that use MockitoAssertionError
Package
Description
Base classes for exceptions and errors, stack trace filtering/removing logic.
Verification errors.
Mockito JUnit integration ; rule and runners.
-
Uses of MockitoAssertionError in org.mockito.exceptions.base
Constructors in org.mockito.exceptions.base with parameters of type MockitoAssertionErrorModifierConstructorDescriptionMockitoAssertionError(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.verificationModifier and TypeClassDescriptionclassclassThrown when atMost(x) verification fails.classclassNo interactions wanted.classclassclassclass -
Uses of MockitoAssertionError in org.mockito.junit
Methods in org.mockito.junit that throw MockitoAssertionErrorModifier and TypeMethodDescriptionvoidVerificationCollector.collectAndReport()Collect all lazily verified behaviour.