Package org.assertj.core.error
Interface AssertionErrorFactory
- All Known Implementing Classes:
ShouldBeEqual
Deprecated.
Factory of
AssertionErrors.- Author:
- Alex Ruiz, Yvonne Wang
-
Method Summary
Modifier and TypeMethodDescriptionnewAssertionError(Description description, Representation representation) Deprecated.Creates an.AssertionError
-
Method Details
-
newAssertionError
Deprecated.Creates an.AssertionError- Parameters:
description- the description of the failed assertion.representation- the Representation used- Returns:
- the created
AssertionError.
-
AssertionErrorCreatorinstead.