/AWS1/CL_CNTSTRTTSTCASEEXECRSP¶
StartTestCaseExecutionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_testcaseexecutionid TYPE /AWS1/CNTTESTCASEEXECUTIONID /AWS1/CNTTESTCASEEXECUTIONID¶
The identifier of the test case execution.
iv_testcaseid TYPE /AWS1/CNTTESTCASEID /AWS1/CNTTESTCASEID¶
The identifier of the test case resource that was executed.
iv_status TYPE /AWS1/CNTTESTCASEEXECSTATUS /AWS1/CNTTESTCASEEXECSTATUS¶
The status of a test case execution.
Queryable Attributes¶
TestCaseExecutionId¶
The identifier of the test case execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCASEEXECUTIONID() |
Getter for TESTCASEEXECUTIONID, with configurable default |
ASK_TESTCASEEXECUTIONID() |
Getter for TESTCASEEXECUTIONID w/ exceptions if field has no |
HAS_TESTCASEEXECUTIONID() |
Determine if TESTCASEEXECUTIONID has a value |
TestCaseId¶
The identifier of the test case resource that was executed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCASEID() |
Getter for TESTCASEID, with configurable default |
ASK_TESTCASEID() |
Getter for TESTCASEID w/ exceptions if field has no value |
HAS_TESTCASEID() |
Determine if TESTCASEID has a value |
Status¶
The status of a test case execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |