Uses of Enum
org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Packages that use CustomClassLoaderCloseStrategy
Package
Description
Support for launching the JUnit Platform from the console.
Commands of JUnit's console launcher.
-
Uses of CustomClassLoaderCloseStrategy in org.junit.platform.console
Methods in org.junit.platform.console with parameters of type CustomClassLoaderCloseStrategyModifier and TypeMethodDescriptionprivate static CommandFacadeConsoleLauncher.newCommandFacade(CustomClassLoaderCloseStrategy classLoaderCleanupStrategy) -
Uses of CustomClassLoaderCloseStrategy in org.junit.platform.console.command
Fields in org.junit.platform.console.command declared as CustomClassLoaderCloseStrategyModifier and TypeFieldDescriptionprivate final CustomClassLoaderCloseStrategyConsoleTestExecutor.classLoaderCloseStrategyprivate final CustomClassLoaderCloseStrategyCustomContextClassLoaderExecutor.closeStrategyMethods in org.junit.platform.console.command that return CustomClassLoaderCloseStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CustomClassLoaderCloseStrategy[]CustomClassLoaderCloseStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.junit.platform.console.command with parameters of type CustomClassLoaderCloseStrategyModifierConstructorDescriptionConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy) privateConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy, Supplier<Launcher> launcherSupplier) (package private)CustomContextClassLoaderExecutor(Optional<ClassLoader> customClassLoader, CustomClassLoaderCloseStrategy closeStrategy)