Class ListTestEnginesCommand
java.lang.Object
org.junit.platform.console.options.BaseCommand<Void>
org.junit.platform.console.options.ListTestEnginesCommand
-
Field Summary
Fields inherited from class org.junit.platform.console.options.BaseCommand
commandSpec, outputOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
displayEngine
(PrintWriter out, TestEngine engine) (package private) void
protected Void
execute
(PrintWriter out) Methods inherited from class org.junit.platform.console.options.BaseCommand
call, execute, getColorScheme, initialize, parseArgs
-
Constructor Details
-
ListTestEnginesCommand
ListTestEnginesCommand()
-
-
Method Details
-
execute
- Specified by:
execute
in classBaseCommand<Void>
-
displayEngines
-
displayEngine
-