/AWS1/CL_M2TTESTCASERUNSUMMARY¶
Specifies the test case run summary.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_testcaseid
TYPE /AWS1/M2TIDENTIFIER
/AWS1/M2TIDENTIFIER
¶
The test case id of the test case run summary.
iv_testcaseversion
TYPE /AWS1/M2TVERSION
/AWS1/M2TVERSION
¶
The test case version of the test case run summary.
iv_testrunid
TYPE /AWS1/M2TIDENTIFIER
/AWS1/M2TIDENTIFIER
¶
The test run id of the test case run summary.
iv_status
TYPE /AWS1/M2TTESTCASERUNSTATUS
/AWS1/M2TTESTCASERUNSTATUS
¶
The status of the test case run summary.
iv_runstarttime
TYPE /AWS1/M2TTIMESTAMP
/AWS1/M2TTIMESTAMP
¶
The run start time of the test case run summary.
Optional arguments:¶
iv_statusreason
TYPE /AWS1/M2TSTRING
/AWS1/M2TSTRING
¶
The status reason of the test case run summary.
iv_runendtime
TYPE /AWS1/M2TTIMESTAMP
/AWS1/M2TTIMESTAMP
¶
The run end time of the test case run summary.
Queryable Attributes¶
testCaseId¶
The test case id of the test case run summary.
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 |
testCaseVersion¶
The test case version of the test case run summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TESTCASEVERSION() |
Getter for TESTCASEVERSION, with configurable default |
ASK_TESTCASEVERSION() |
Getter for TESTCASEVERSION w/ exceptions if field has no val |
HAS_TESTCASEVERSION() |
Determine if TESTCASEVERSION has a value |
testRunId¶
The test run id of the test case run summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TESTRUNID() |
Getter for TESTRUNID, with configurable default |
ASK_TESTRUNID() |
Getter for TESTRUNID w/ exceptions if field has no value |
HAS_TESTRUNID() |
Determine if TESTRUNID has a value |
status¶
The status of the test case run summary.
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 |
statusReason¶
The status reason of the test case run summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
runStartTime¶
The run start time of the test case run summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RUNSTARTTIME() |
Getter for RUNSTARTTIME, with configurable default |
ASK_RUNSTARTTIME() |
Getter for RUNSTARTTIME w/ exceptions if field has no value |
HAS_RUNSTARTTIME() |
Determine if RUNSTARTTIME has a value |
runEndTime¶
The run end time of the test case run summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RUNENDTIME() |
Getter for RUNENDTIME, with configurable default |
ASK_RUNENDTIME() |
Getter for RUNENDTIME w/ exceptions if field has no value |
HAS_RUNENDTIME() |
Determine if RUNENDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TESTCASERUNSUMMARYLIST
¶
TYPES TT_TESTCASERUNSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2TTESTCASERUNSUMMARY WITH DEFAULT KEY
.