Uses of Class
org.junit.platform.console.options.TestConsoleOutputOptions
-
Packages that use TestConsoleOutputOptions Package Description org.junit.platform.console.options Configuration options for JUnit's console launcher.org.junit.platform.console.tasks 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 TestConsoleOutputOptions Modifier and Type Method Description (package private) TestConsoleOutputOptions
ExecuteTestsCommand. toTestConsoleOutputOptions()
(package private) TestConsoleOutputOptions
TestConsoleOutputOptionsMixin. toTestConsoleOutputOptions()
Methods in org.junit.platform.console.options with parameters of type TestConsoleOutputOptions Modifier and Type Method Description private void
TestConsoleOutputOptionsMixin.ConsoleOutputOptions. applyTo(TestConsoleOutputOptions result)
-
Uses of TestConsoleOutputOptions in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as TestConsoleOutputOptions Modifier and Type Field Description private TestConsoleOutputOptions
ConsoleTestExecutor. outputOptions
Methods in org.junit.platform.console.tasks with parameters of type TestConsoleOutputOptions Modifier and Type Method Description ConsoleTestExecutor
ConsoleTestExecutor.Factory. create(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions)
Constructors in org.junit.platform.console.tasks with parameters of type TestConsoleOutputOptions Constructor Description ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions)
ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, java.util.function.Supplier<Launcher> launcherSupplier)
-