|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xqual.xagent.launcher.CExecutionStep
public class CExecutionStep
The CExecutionStep class defines a generic status foe a particular
step during testcase execution
| 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 | |
|---|---|
CExecutionStep(short result,
java.lang.String message)
Construct a CExecutionStep object |
|
CExecutionStep(java.lang.String timestamp,
short result,
java.lang.String message)
Construct a CExecutionStep object |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Return Return the message of the execution step |
short |
getResult()
Return the result of the execution step The short returned is one of the following value: RESULT_FAILURE,
RESULT_NO_RESULT, RESULT_NOT_EXECUTED, RESULT_RELATIVE,
RESULT_SUCCESS or RESULT_UNKNOWN |
java.lang.String |
getTimestamp()
Return the timestamp of the execution step |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CExecutionStep(short result,
java.lang.String message)
CExecutionStep object
result - a standard result code (RESULT_FAILURE, RESULT_NO_RESULT,
RESULT_NOT_EXECUTED, RESULT_RELATIVE, RESULT_SUCCESS
or RESULT_UNKNOWN)message - a message (optional) describing the action and result observed
public CExecutionStep(java.lang.String timestamp,
short result,
java.lang.String message)
CExecutionStep object
timestamp - a string identifying either the execution time or simply a timestampresult - a standard result code (RESULT_FAILURE, RESULT_NO_RESULT,
RESULT_NOT_EXECUTED, RESULT_RELATIVE, RESULT_SUCCESS
or RESULT_UNKNOWN)message - a message (optional) describing the action and result observed| Method Detail |
|---|
public java.lang.String getTimestamp()
public short getResult()
The short returned is one of the following value: RESULT_FAILURE,
RESULT_NO_RESULT, RESULT_NOT_EXECUTED, RESULT_RELATIVE,
RESULT_SUCCESS or RESULT_UNKNOWN
public java.lang.String getMessage()
public 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 | |||||||||