Package org.assertj.core.error
Interface AssertionErrorFactory
- All Known Implementing Classes:
ShouldBeEqual
Deprecated.
Factory of
AssertionError
s.-
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
.
-
AssertionErrorCreator
instead.