Uses of Class
org.junit.platform.console.options.TestConsoleOutputOptions
Packages that use TestConsoleOutputOptions
Package
Description
Configuration options for JUnit's console launcher.
Internal execution tasks for JUnit's console launcher.
-
Uses of TestConsoleOutputOptions in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return TestConsoleOutputOptionsModifier and TypeMethodDescription(package private) TestConsoleOutputOptions
ExecuteTestsCommand.toTestConsoleOutputOptions()
(package private) TestConsoleOutputOptions
TestConsoleOutputOptionsMixin.toTestConsoleOutputOptions()
Methods in org.junit.platform.console.options with parameters of type TestConsoleOutputOptionsModifier and TypeMethodDescriptionprivate void
TestConsoleOutputOptionsMixin.ConsoleOutputOptions.applyTo
(TestConsoleOutputOptions result) -
Uses of TestConsoleOutputOptions in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as TestConsoleOutputOptionsModifier and TypeFieldDescriptionprivate final TestConsoleOutputOptions
ConsoleTestExecutor.outputOptions
Methods in org.junit.platform.console.tasks with parameters of type TestConsoleOutputOptionsModifier and TypeMethodDescriptionConsoleTestExecutor.Factory.create
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions) Constructors in org.junit.platform.console.tasks with parameters of type TestConsoleOutputOptionsModifierConstructorDescriptionConsoleTestExecutor
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions) (package private)
ConsoleTestExecutor
(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, Supplier<Launcher> launcherSupplier)