Class LocationRepresentation
java.lang.Object
io.github.ascopes.jct.repr.LocationRepresentation
- All Implemented Interfaces:
Representation
Representation for a
location
.- 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 LocationRepresentation
Get an instance of this location 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 location representation.- Returns:
- the instance.
-
toStringOf
- Specified by:
toStringOf
in interfaceRepresentation
-