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 UniqueIdFormatUniqueIdFormat. defaultFormatprivate UniqueIdFormatUniqueId. uniqueIdFormatMethods in org.junit.platform.engine that return UniqueIdFormat Modifier and Type Method Description (package private) static UniqueIdFormatUniqueIdFormat. getDefault()Constructors in org.junit.platform.engine with parameters of type UniqueIdFormat Constructor Description UniqueId(UniqueIdFormat uniqueIdFormat, java.util.List<UniqueId.Segment> segments)Initialize aUniqueIdinstance.UniqueId(UniqueIdFormat uniqueIdFormat, UniqueId.Segment segment)
-