Package | Description |
---|---|
com.xqual.xagent.launcher |
Modifier and Type | Method and Description |
---|---|
CReturnStatus |
CLauncher.displayGui()
This method will return to the XAgent the results manually entered by the test operator when using "tabular_manual.jar"
This needs to be overridden by the tabular_manual launcher
|
CReturnStatus |
CResultStructure.getReturnStatus() |
CReturnStatus |
ILauncher.initialize(int sutId,
java.lang.String sutName,
java.lang.String sutVersion)
The
initialize method is executed once at the instanciation of the launcher. |
CReturnStatus |
ILauncher.postRun(int testId,
java.lang.String testPath,
java.lang.String testName)
The
postRun step is executed after all the testcases have been executed. |
CReturnStatus |
ILauncher.preRun(int testId,
java.lang.String testPath,
java.lang.String testName,
java.util.Vector<CTestAttribute> attributes,
java.lang.String additionalInfo)
The
preRun step is executed before all the testcases are
run. |
CReturnStatus |
ILauncher.run(int testId,
java.lang.String testPath,
java.lang.String testName,
int testcaseId,
int testcaseIndex,
java.lang.String testcaseName,
java.util.Vector<CTestcaseParam> params,
java.lang.String additionalInfo)
The
run step is the main entry point to execute a particular testcase. |
CReturnStatus |
ILauncher.terminate()
The
terminate method is executed once when the launcher is not anymore used. |
Constructor and Description |
---|
CResultStructure(int id,
CReturnStatus returnStatus,
long timestamp) |