Package org.assertj.core.api
Interface AssertionInfo
-
- All Known Implementing Classes:
WritableAssertionInfo
public interface AssertionInfoInformation about an assertion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Descriptiondescription()Returns the description of an assertion.java.lang.StringoverridingErrorMessage()Returns the message that, if specified, will replace the default message of an assertion failure.Representationrepresentation()
-
-
-
Method Detail
-
overridingErrorMessage
java.lang.String overridingErrorMessage()
Returns the message that, if specified, will replace the default message of an assertion failure.- Returns:
- the message that, if specified, will replace the default message of an assertion failure.
-
description
Description description()
Returns the description of an assertion.- Returns:
- the description of an assertion.
-
representation
Representation representation()
-
-