|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.util.help.HelpCategory
avrora.actions.Action
avrora.actions.TestAction
The TestAction class represents an action to invoke the built-in automated testing framework
that is used for regression testing in Avrora.
| Field Summary | |
Option.Bool |
DETAIL
|
static java.lang.String |
HELP
|
| Fields inherited from class avrora.actions.Action |
options |
| Fields inherited from class avrora.util.help.HelpCategory |
COMPARATOR, help, name |
| Constructor Summary | |
TestAction()
|
|
| Method Summary | |
void |
run(java.lang.String[] args)
The run() method starts the test harness and begins processing test cases. |
| Methods inherited from class avrora.actions.Action |
newOption, newOption, newOption, newOption, newOption, newOptionList |
| Methods inherited from class avrora.util.help.HelpCategory |
addCommandExample, addListSection, addOptionSection, addSection, addSubcategorySection, getHelp, getName, printHelp, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String HELP
public final Option.Bool DETAIL
| Constructor Detail |
public TestAction()
| Method Detail |
public void run(java.lang.String[] args)
throws java.lang.Exception
run() method starts the test harness and begins processing test cases.
run in class Actionargs - the command line arguments; files containing tests to be run
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||