Uses of Class
org.junit.platform.engine.UniqueIdFormat
-
Packages that use UniqueIdFormat Package Description org.junit.platform.engine Public API for test engines. -
-
Uses of UniqueIdFormat in org.junit.platform.engine
Fields in org.junit.platform.engine declared as UniqueIdFormat Modifier and Type Field Description private static UniqueIdFormat
UniqueIdFormat. defaultFormat
private UniqueIdFormat
UniqueId. uniqueIdFormat
Methods in org.junit.platform.engine that return UniqueIdFormat Modifier and Type Method Description (package private) static UniqueIdFormat
UniqueIdFormat. getDefault()
Constructors in org.junit.platform.engine with parameters of type UniqueIdFormat Constructor Description UniqueId(UniqueIdFormat uniqueIdFormat, java.util.List<UniqueId.Segment> segments)
Initialize aUniqueId
instance.UniqueId(UniqueIdFormat uniqueIdFormat, UniqueId.Segment segment)
-