Package | Description |
---|---|
com.xqual.xagent.launcher |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<CExecutionStep> |
CReturnStatus.getExecutionSteps()
Return the history of all the execution steps
|
Modifier and Type | Method and Description |
---|---|
static short |
CLauncherUtils.stepsResultsToTestcaseResult(java.util.Vector<CExecutionStep> executionSteps,
boolean notExecutableSignificantResultInSteps) |
Constructor and Description |
---|
CReturnStatus(short result,
java.util.Vector<CExecutionStep> executionSteps)
Construct a
CReturnStatus object. |