Uses of Class
org.junit.platform.console.ConsoleLauncherExecutionResult
Packages that use ConsoleLauncherExecutionResult
Package
Description
Support for launching the JUnit Platform from the console.
-
Uses of ConsoleLauncherExecutionResult in org.junit.platform.console
Methods in org.junit.platform.console that return ConsoleLauncherExecutionResultModifier and TypeMethodDescriptionConsoleLauncher.execute(PrintStream out, PrintStream err, String... args) ConsoleLauncher.execute(PrintWriter out, PrintWriter err, String... args) (package private) ConsoleLauncherExecutionResultprivate ConsoleLauncherExecutionResultConsoleLauncher.executeTests(CommandLineOptions options, PrintWriter out) (package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult.failed()(package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult.forSummary(TestExecutionSummary summary, CommandLineOptions options) (package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult.success()