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
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)