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) TestConsoleOutputOptionsExecuteTestsCommand.toTestConsoleOutputOptions()(package private) TestConsoleOutputOptionsTestConsoleOutputOptionsMixin.toTestConsoleOutputOptions()Methods in org.junit.platform.console.options with parameters of type TestConsoleOutputOptionsModifier and TypeMethodDescriptionprivate voidTestConsoleOutputOptionsMixin.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 TestConsoleOutputOptionsConsoleTestExecutor.outputOptionsMethods 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)