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
Fields in org.junit.platform.console.command declared as TestConsoleOutputOptionsModifier and TypeFieldDescriptionprivate final TestConsoleOutputOptionsConsoleTestExecutor.outputOptionsMethods in org.junit.platform.console.command that return TestConsoleOutputOptionsModifier and TypeMethodDescription(package private) TestConsoleOutputOptionsExecuteTestsCommand.toTestConsoleOutputOptions()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) (package private)ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, Supplier<Launcher> launcherSupplier) ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy) privateConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy, Supplier<Launcher> launcherSupplier) -
Uses of TestConsoleOutputOptions in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return TestConsoleOutputOptionsMethods in org.junit.platform.console.options with parameters of type TestConsoleOutputOptionsModifier and TypeMethodDescriptionprivate voidTestConsoleOutputOptionsMixin.ConsoleOutputOptions.applyTo(TestConsoleOutputOptions result)