Uses of Class
com.xqual.xagent.launcher.CReturnStatus

Packages that use CReturnStatus
com.xqual.xagent.launcher   
 

Uses of CReturnStatus in com.xqual.xagent.launcher
 

Methods in com.xqual.xagent.launcher that return CReturnStatus
 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<com.xqual.xcommon.CAttribute> 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<com.xqual.xcommon.type.CParam> 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.
 

Constructors in com.xqual.xagent.launcher with parameters of type CReturnStatus
CResultStructure(int id, CReturnStatus returnStatus, long timestamp)