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

Packages that use CParam
com.xqual.xagent.launcher   
 

Uses of CParam in com.xqual.xagent.launcher
 

Methods in com.xqual.xagent.launcher that return CParam
static CParam CLauncherUtils.decodeFormItem(org.w3c.dom.Node node)
           
 

Methods in com.xqual.xagent.launcher that return types with arguments of type CParam
 java.util.Hashtable<java.lang.String,java.util.Vector<java.util.Hashtable<java.lang.String,CParam>>> CLauncher.getConfiguration()
          This method return all the configuration parameters
 

Method parameters in com.xqual.xagent.launcher with type arguments of type CParam
 void CLauncher.printParams(java.util.Vector<CParam> params)
           
 CReturnStatus ILauncher.run(int testId, java.lang.String testPath, java.lang.String testName, int testcaseId, int testcaseIndex, java.lang.String testcaseName, java.util.Vector<CParam> params, java.lang.String additionalInfo)
          The run step is the main entry point to execute a particular testcase.
 void CLauncher.setConfiguration(java.util.Hashtable<java.lang.String,java.util.Vector<java.util.Hashtable<java.lang.String,CParam>>> groupParamHashtable)
          This method configures the launcher with some configuration parameters This version is much more practical when used from the launcher itself to set configuration of other launchers as you don't have to build an xml document