Uses of Class
org.junit.platform.console.options.TestConsoleOutputOptions
-
Packages that use TestConsoleOutputOptions Package Description org.junit.platform.console.command Commands of JUnit's console launcher.org.junit.platform.console.options 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 TestConsoleOutputOptions Modifier and Type Field Description private TestConsoleOutputOptionsConsoleTestExecutor. outputOptionsMethods in org.junit.platform.console.command that return TestConsoleOutputOptions Modifier and Type Method Description (package private) TestConsoleOutputOptionsExecuteTestsCommand. toTestConsoleOutputOptions()Methods in org.junit.platform.console.command with parameters of type TestConsoleOutputOptions Modifier and Type Method Description ConsoleTestExecutorConsoleTestExecutor.Factory. create(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions)Constructors in org.junit.platform.console.command with parameters of type TestConsoleOutputOptions Constructor Description ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions)ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, java.util.function.Supplier<Launcher> launcherSupplier)ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy)ConsoleTestExecutor(TestDiscoveryOptions discoveryOptions, TestConsoleOutputOptions outputOptions, CustomClassLoaderCloseStrategy classLoaderCloseStrategy, java.util.function.Supplier<Launcher> launcherSupplier) -
Uses of TestConsoleOutputOptions in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return TestConsoleOutputOptions Modifier and Type Method Description 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)
-