Uses of Interface
org.assertj.core.error.AssertionErrorFactory
Packages that use AssertionErrorFactory
-
Uses of AssertionErrorFactory in org.assertj.core.error
Classes in org.assertj.core.error that implement AssertionErrorFactoryModifier and TypeClassDescriptionclass
Creates an
indicating that an assertion that verifies that two objects are equal failed.AssertionError
Methods in org.assertj.core.error that return AssertionErrorFactoryModifier and TypeMethodDescriptionstatic AssertionErrorFactory
ShouldBeEqual.shouldBeEqual
(Object actual, Object expected, ComparisonStrategy comparisonStrategy, Representation representation) Creates a new
.ShouldBeEqual
static AssertionErrorFactory
ShouldBeEqual.shouldBeEqual
(Object actual, Object expected, Representation representation) Creates a new
.ShouldBeEqual
-
Uses of AssertionErrorFactory in org.assertj.core.internal
Methods in org.assertj.core.internal with parameters of type AssertionErrorFactoryModifier and TypeMethodDescriptionFailures.failure
(AssertionInfo info, AssertionErrorFactory factory) Creates a
following this pattern: creates aAssertionError
usingAssertionError
as the error message if such value is notAssertionInfo.overridingErrorMessage()
null
, or uses the given
to create anAssertionErrorFactory
, prepending the value ofAssertionError
to the error messageAssertionInfo.description()