Class BaseCommand<T>
java.lang.Object
org.junit.platform.console.options.BaseCommand<T>
- All Implemented Interfaces:
Callable<T>
- Direct Known Subclasses:
DiscoverTestsCommand
,ExecuteTestsCommand
,ListTestEnginesCommand
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) picocli.CommandLine.Model.CommandSpec
private boolean
(package private) OutputOptionsMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal T
call()
private void
displayBanner
(PrintWriter out) protected abstract T
execute
(PrintWriter out) (package private) void
protected final picocli.CommandLine.Help.ColorScheme
private PrintWriter
getOut()
(package private) static picocli.CommandLine
initialize
(picocli.CommandLine commandLine) (package private) void
private picocli.CommandLine
-
Field Details
-
commandSpec
picocli.CommandLine.Model.CommandSpec commandSpec -
outputOptions
OutputOptionsMixin outputOptions -
helpRequested
private boolean helpRequested
-
-
Constructor Details
-
BaseCommand
BaseCommand()
-
-
Method Details
-
execute
-
parseArgs
-
toCommandLine
private picocli.CommandLine toCommandLine() -
initialize
static picocli.CommandLine initialize(picocli.CommandLine commandLine) -
call
-
getOut
-
displayBanner
-
getColorScheme
protected final picocli.CommandLine.Help.ColorScheme getColorScheme() -
execute
-