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) TestConsoleOutputOptionsExecuteTestsCommand. toTestConsoleOutputOptions()(package private) TestConsoleOutputOptionsTestConsoleOutputOptionsMixin. toTestConsoleOutputOptions()Methods in org.junit.platform.console.options with parameters of type TestConsoleOutputOptions Modifier and Type Method Description private voidTestConsoleOutputOptionsMixin.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 TestConsoleOutputOptionsConsoleTestExecutor. outputOptionsMethods in org.junit.platform.console.tasks with parameters of type TestConsoleOutputOptions Modifier and Type Method Description ConsoleTestExecutorConsoleTestExecutor.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)
-