Uses of Class
org.junit.platform.console.command.CustomClassLoaderCloseStrategy
-
Packages that use CustomClassLoaderCloseStrategy Package Description org.junit.platform.console Support for launching the JUnit Platform from the console.org.junit.platform.console.command Commands of JUnit's console launcher. -
-
Uses of CustomClassLoaderCloseStrategy in org.junit.platform.console
Methods in org.junit.platform.console with parameters of type CustomClassLoaderCloseStrategy Modifier and Type Method Description private static CommandFacadeConsoleLauncher. newCommandFacade(CustomClassLoaderCloseStrategy classLoaderCleanupStrategy) -
Uses of CustomClassLoaderCloseStrategy in org.junit.platform.console.command
Fields in org.junit.platform.console.command declared as CustomClassLoaderCloseStrategy Modifier and Type Field Description private CustomClassLoaderCloseStrategyConsoleTestExecutor. classLoaderCloseStrategyprivate CustomClassLoaderCloseStrategyCustomContextClassLoaderExecutor. closeStrategyMethods in org.junit.platform.console.command that return CustomClassLoaderCloseStrategy Modifier and Type Method Description static CustomClassLoaderCloseStrategyCustomClassLoaderCloseStrategy. valueOf(java.lang.String name)Returns 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 CustomClassLoaderCloseStrategy Constructor Description ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy)ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy, java.util.function.Supplier<Launcher> launcherSupplier)CustomContextClassLoaderExecutor(java.util.Optional<java.lang.ClassLoader> customClassLoader, CustomClassLoaderCloseStrategy closeStrategy)
-