Uses of Class
org.junit.platform.engine.UniqueIdFormat
Packages that use UniqueIdFormat
-
Uses of UniqueIdFormat in org.junit.platform.engine
Fields in org.junit.platform.engine declared as UniqueIdFormatModifier and TypeFieldDescriptionprivate static final UniqueIdFormat
UniqueIdFormat.defaultFormat
private final UniqueIdFormat
UniqueId.uniqueIdFormat
Methods in org.junit.platform.engine that return UniqueIdFormatModifier and TypeMethodDescription(package private) static UniqueIdFormat
UniqueIdFormat.getDefault()
Constructors in org.junit.platform.engine with parameters of type UniqueIdFormatModifierConstructorDescription(package private)
UniqueId
(UniqueIdFormat uniqueIdFormat, List<UniqueId.Segment> segments) Initialize aUniqueId
instance.private
UniqueId
(UniqueIdFormat uniqueIdFormat, UniqueId.Segment segment)