Uses of Enum Class
org.junit.platform.console.tasks.CustomClassLoaderCloseStrategy
Packages that use CustomClassLoaderCloseStrategy
Package
Description
Internal execution tasks for JUnit's console launcher.
-
Uses of CustomClassLoaderCloseStrategy in org.junit.platform.console.tasks
Subclasses with type arguments of type CustomClassLoaderCloseStrategy in org.junit.platform.console.tasksModifier and TypeClassDescriptionenum
Defines the strategy for closing custom class loaders created for test discovery and execution.Methods in org.junit.platform.console.tasks 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.tasks with parameters of type CustomClassLoaderCloseStrategyModifierConstructorDescriptionConsoleTestExecutor
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy)