|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.core.uitest.UiPromptRunner
public class UiPromptRunner
Utility class to execute from the command line the various UI modules available.
| Field Summary | |
|---|---|
static java.lang.String |
ERR_INVALID_CMD
Invalid command passed |
static java.lang.String |
ERR_NO_ARGS
No arguments where passed to the main method. |
static java.lang.String |
ERR_RECORD_FAILED
Recorder returned errors |
static java.lang.String |
ERR_TEST_FAILED
Errors during the testing process, application aborted |
| Constructor Summary | |
|---|---|
UiPromptRunner()
|
|
| Method Summary | |
|---|---|
static void |
displayHelp()
Displays the help associated to this tool. |
static void |
main(java.lang.String[] pArgs)
Main entry point for the Unit and Integration Tool. |
void |
runPlayer(java.lang.String pPlayerName)
Executes the player. |
void |
runRecorder(java.lang.String pRecorderName)
Records messages that are received from TIB/Rendezvous until a message is received on the stop subject. |
void |
runUiTester(java.lang.String pTesterName,
java.lang.String pReportFileName)
Executes the specified non regression test. |
| 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 ERR_NO_ARGS
public static final java.lang.String ERR_INVALID_CMD
public static final java.lang.String ERR_TEST_FAILED
public static final java.lang.String ERR_RECORD_FAILED
| Constructor Detail |
|---|
public UiPromptRunner()
| Method Detail |
|---|
public void runRecorder(java.lang.String pRecorderName)
throws RaccoonException
pRecorderName - the component name that is the name of the Recorder.
RaccoonException - if the recording failed.
public void runPlayer(java.lang.String pPlayerName)
throws RaccoonException
pPlayerName - the name of the component that is a player implementation service.
RaccoonException - if component couldn't loaded or found.
public void runUiTester(java.lang.String pTesterName,
java.lang.String pReportFileName)
throws RaccoonException
pTesterName - the name of the none regression test.
RaccoonException - if the test fails unexpectedly.public static void main(java.lang.String[] pArgs)
pArgs - the arguments, see displayHelp() for more informationpublic static void displayHelp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||