public interface AssertionErrorFactory
AssertionError
s.Modifier and Type | Method and Description |
---|---|
java.lang.AssertionError |
newAssertionError(Description description,
Representation representation)
Creates an
. |
java.lang.AssertionError newAssertionError(Description description, Representation representation)
AssertionError
.description
- the description of the failed assertion.representation
- the Representation usedAssertionError
.