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
Subclasses with type arguments of type EngineFilter.Type in org.junit.platform.launcherFields in org.junit.platform.launcher declared as EngineFilter.TypeMethods in org.junit.platform.launcher that return EngineFilter.TypeModifier and TypeMethodDescriptionstatic EngineFilter.TypeReturns 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.TypeModifierConstructorDescriptionprivateEngineFilter(List<String> engineIds, EngineFilter.Type type)