Uses of Enum Class
org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Packages that use CustomClassLoaderCloseStrategy
-
Uses of CustomClassLoaderCloseStrategy in org.junit.platform.console.command
Methods in org.junit.platform.console.command that return CustomClassLoaderCloseStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CustomClassLoaderCloseStrategy[]
CustomClassLoaderCloseStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.junit.platform.console.command with parameters of type CustomClassLoaderCloseStrategyModifierConstructorDescriptionConsoleTestExecutor
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy)