Class TestCommand
- java.lang.Object
- org.springframework.boot.cli.command.AbstractCommand
- org.springframework.boot.cli.command.OptionParsingCommand
- org.springframework.boot.cli.command.test.TestCommand
- All Implemented Interfaces:
Command
public class TestCommand extends OptionParsingCommand
Commandto run a groovy test script or scripts.
Constructor Summary
Constructors Constructor Description TestCommand()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUsageHelp()Returns usage help for the command.Methods inherited from class org.springframework.boot.cli.command.OptionParsingCommand
getHandler, getHelp, getOptionsHelp, run
Methods inherited from class org.springframework.boot.cli.command.AbstractCommand
getDescription, getExamples, getName
Constructor Detail
TestCommand
public TestCommand()
Method Detail
getUsageHelp
public String getUsageHelp()
Description copied from interface:CommandReturns usage help for the command. This should be a simple one-line string describing basic usage. e.g. '[options] <file>'. Do not include the name of the command in this string.- Specified by:
getUsageHelpin interfaceCommand- Overrides:
getUsageHelpin classAbstractCommand- Returns:
- the command's usage help