Uses of Enum Class
org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Packages that use CustomClassLoaderCloseStrategy
-
Uses of CustomClassLoaderCloseStrategy in org.junit.platform.console.command
Subclasses with type arguments of type CustomClassLoaderCloseStrategy in org.junit.platform.console.commandModifier and TypeClassDescriptionenum
Defines the strategy for closing custom class loaders created for test discovery and execution.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)