Package org.assertj.core.error
Interface AssertionErrorFactory
-
- All Known Implementing Classes:
ShouldBeEqual
public interface AssertionErrorFactoryFactory ofs.AssertionError- Author:
- Alex Ruiz, Yvonne Wang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssertionErrornewAssertionError(Description d, Representation representation)Creates an.AssertionError
-
-
-
Method Detail
-
newAssertionError
AssertionError newAssertionError(Description d, Representation representation)
Creates an.AssertionError- Parameters:
d- the description of the failed assertion.representation-- Returns:
- the created
AssertionError.
-
-