Class TraceDiagnosticRepresentation
java.lang.Object
io.github.ascopes.jct.repr.TraceDiagnosticRepresentation
- All Implemented Interfaces:
Representation
Simplified representation of a diagnostic.
- Since:
- 0.0.1, rewritten in 4.0.0
- Author:
- Ashley Scopes
-
Field Summary
Fields inherited from interface org.assertj.core.presentation.Representation
DEFAULT_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionGet an instance of this diagnostic representation.toStringOf
(@Nullable Object object) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.assertj.core.presentation.Representation
getPriority, unambiguousToStringOf
-
Method Details
-
getInstance
Get an instance of this diagnostic representation.- Returns:
- the instance.
-
toStringOf
- Specified by:
toStringOf
in interfaceRepresentation
-