Uses of Enum
org.junit.platform.launcher.EngineFilter.Type
Packages that use EngineFilter.Type
Package
Description
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.TypeMethods in org.junit.platform.launcher that return EngineFilter.TypeModifier and TypeMethodDescriptionstatic EngineFilter.Type
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.TypeModifierConstructorDescriptionprivate
EngineFilter
(List<String> engineIds, EngineFilter.Type type)