|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xqual.xagent.launcher.CReturnStatus
public class CReturnStatus
The CReturnStatus class defines a generic status returned by
a launcher after it executed a testcase
| Field Summary |
|---|
| Fields inherited from interface com.xqual.xcommon.IConstantsResults |
|---|
RESULT_EXISTINGDEFECT, RESULT_FAILURE, RESULT_NEWDEFECT, RESULT_NEXTTEST, RESULT_NEXTTESTCASE, RESULT_NO_RESULT, RESULT_NOT_EXECUTED, RESULT_PAUSE, RESULT_PREVIOUSTEST, RESULT_PREVIOUSTESTCASE, RESULT_RELATIVE, RESULT_REWINDTESTCASE, RESULT_SUCCESS, RESULT_UNKNOWN |
| Constructor Summary | |
|---|---|
CReturnStatus()
|
|
CReturnStatus(short result)
|
|
CReturnStatus(short result,
java.util.Vector<CExecutionStep> executionSteps)
Construct a CReturnStatus object. |
|
| Method Summary | |
|---|---|
java.util.Vector<CExecutionStep> |
getExecutionSteps()
Return the history of all the execution steps |
short |
getResult()
Return the global result of the test execution |
void |
setResult(short result)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CReturnStatus(short result,
java.util.Vector<CExecutionStep> executionSteps)
CReturnStatus object.
result - a global standard result code (RESULT_FAILURE, RESULT_NO_RESULT,
RESULT_NOT_EXECUTED, RESULT_RELATIVE, RESULT_SUCCESS
or RESULT_UNKNOWN)executionSteps - an history of all the execution steps. Each CExecutionStep object
represents a step in the testcase execution process.CExecutionSteppublic CReturnStatus(short result)
public CReturnStatus()
| Method Detail |
|---|
public short getResult()
RESULT_FAILURE, RESULT_NO_RESULT,
RESULT_NOT_EXECUTED, RESULT_RELATIVE, RESULT_SUCCESS
or RESULT_UNKNOWN)public void setResult(short result)
public java.util.Vector<CExecutionStep> getExecutionSteps()
CExecutionSteppublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||