Uses of Class
org.junit.platform.launcher.EngineFilter.Type
-
Packages that use EngineFilter.Type Package Description org.junit.platform.launcher Public API for configuring and launching test plans. -
-
Uses of EngineFilter.Type in org.junit.platform.launcher
Fields in org.junit.platform.launcher declared as EngineFilter.Type Modifier and Type Field Description private EngineFilter.Type
EngineFilter. type
Methods in org.junit.platform.launcher that return EngineFilter.Type Modifier and Type Method Description static EngineFilter.Type
EngineFilter.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EngineFilter.Type[]
EngineFilter.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.junit.platform.launcher with parameters of type EngineFilter.Type Constructor Description EngineFilter(java.util.List<java.lang.String> engineIds, EngineFilter.Type type)
-