Class StackTraceRepresentation
java.lang.Object
io.github.ascopes.jct.repr.StackTraceRepresentation
- All Implemented Interfaces:
Representation
Representation of a
list
of stack trace frames
.- Since:
- 0.0.1
- Author:
- Ashley Scopes
-
Field Summary
Fields inherited from interface org.assertj.core.presentation.Representation
DEFAULT_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionstatic StackTraceRepresentation
Get an instance of this stack trace 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 stack trace representation.- Returns:
- the instance.
-
toStringOf
- Specified by:
toStringOf
in interfaceRepresentation
-