Package org.assertj.core.error
Interface AssertionErrorFactory
-
- All Known Implementing Classes:
ShouldBeEqual
@Deprecated public interface AssertionErrorFactoryDeprecated.don't use it or favorAssertionErrorCreatorinstead.Factory ofs.AssertionError
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.AssertionErrornewAssertionError(Description description, Representation representation)Deprecated.Creates an.AssertionError
-
-
-
Method Detail
-
newAssertionError
java.lang.AssertionError newAssertionError(Description description, Representation representation)
Deprecated.Creates an.AssertionError- Parameters:
description- the description of the failed assertion.representation- the Representation used- Returns:
- the created
AssertionError.
-
-