|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.TestAppCommand
@Command(scope = "griffon", name = "test-app", description = "Runs the project's tests") public class TestAppCommand extends AbstractGriffonCommand
Field Summary | |
---|---|
private List |
arguments
|
private boolean |
clean
|
private boolean |
noReports
|
private boolean |
reRun
|
private boolean |
xml
|
Fields inherited from class AbstractGriffonCommand | |
---|---|
env, nonInteractive |
Constructor Summary | |
TestAppCommand()
|
Field Detail |
---|
@Argument(index = 0, name = "arguments", description = "Specifies type:phase and/or test selection.", required = false, multiValued = true) private List arguments
@Option(name = "--clean", description = "Cleans compiled classes before test are run.", required = false) private boolean clean
@Option(name = "--no-reports", description = "Skips writing test reports if set to true.", required = false) private boolean noReports
@Option(name = "--rerun", description = "Reruns failed tests only.", required = false) private boolean reRun
@Option(name = "--xml", description = "Creates test reports in XML format.", required = false) private boolean xml
Constructor Detail |
---|
TestAppCommand()
Groovy Documentation