Uses of Class
org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers.Singleton
-
Packages that use DiscoverySelectorIdentifierParsers.Singleton Package Description org.junit.platform.engine.discovery -
-
Uses of DiscoverySelectorIdentifierParsers.Singleton in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return DiscoverySelectorIdentifierParsers.Singleton Modifier and Type Method Description static DiscoverySelectorIdentifierParsers.SingletonDiscoverySelectorIdentifierParsers.Singleton. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DiscoverySelectorIdentifierParsers.Singleton[]DiscoverySelectorIdentifierParsers.Singleton. values()Returns an array containing the constants of this enum type, in the order they are declared.
-