Package org.assertj.core.error
Interface AssertionErrorFactory
- All Known Implementing Classes:
ShouldBeEqual
public interface AssertionErrorFactory
Factory of
AssertionErrors.-
Method Summary
Modifier and TypeMethodDescriptionnewAssertionError(Description d, Representation representation) Creates an.AssertionError
-
Method Details
-
newAssertionError
Creates an.AssertionError- Parameters:
d- the description of the failed assertion.representation-- Returns:
- the created
AssertionError.
-