Uses of Class
org.junit.platform.console.options.TestConsoleOutputOptions
Packages that use TestConsoleOutputOptions
Package
Description
Commands of JUnit's console launcher.
Command-line option utility classes of JUnit's console launcher.
-
Uses of TestConsoleOutputOptions in org.junit.platform.console.command
Methods in org.junit.platform.console.command with parameters of type TestConsoleOutputOptionsModifier and TypeMethodDescriptionConsoleTestExecutor.Factory.create
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions) Constructors in org.junit.platform.console.command with parameters of type TestConsoleOutputOptionsModifierConstructorDescriptionConsoleTestExecutor
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions) ConsoleTestExecutor
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy) -
Uses of TestConsoleOutputOptions in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return TestConsoleOutputOptions