Uses of Enum Class
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.TypeReturns the enum constant of this class with the specified name.static EngineFilter.Type[]EngineFilter.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.junit.platform.launcher with parameters of type EngineFilter.TypeModifierConstructorDescriptionprivateEngineFilter(List<String> engineIds, EngineFilter.Type type)