/AWS1/CL_M2TTESTRUNSUMMARY¶
Specifies a test run summary.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_testrunid TYPE /AWS1/M2TIDENTIFIER /AWS1/M2TIDENTIFIER¶
The test run ID of the test run summary.
iv_testrunarn TYPE /AWS1/M2TARN /AWS1/M2TARN¶
The test run ARN of the test run summary.
iv_testsuiteid TYPE /AWS1/M2TIDENTIFIER /AWS1/M2TIDENTIFIER¶
The test suite ID of the test run summary.
iv_testsuiteversion TYPE /AWS1/M2TVERSION /AWS1/M2TVERSION¶
The test suite version of the test run summary.
iv_status TYPE /AWS1/M2TTESTRUNSTATUS /AWS1/M2TTESTRUNSTATUS¶
The status of the test run summary.
iv_runstarttime TYPE /AWS1/M2TTIMESTAMP /AWS1/M2TTIMESTAMP¶
The run start time of the test run summary.
Optional arguments:¶
iv_testconfigurationid TYPE /AWS1/M2TIDENTIFIER /AWS1/M2TIDENTIFIER¶
The test configuration ID of the test run summary.
iv_testconfigurationversion TYPE /AWS1/M2TVERSION /AWS1/M2TVERSION¶
The test configuration version of the test run summary.
iv_statusreason TYPE /AWS1/M2TSTRING /AWS1/M2TSTRING¶
The status reason of the test run summary.
iv_runendtime TYPE /AWS1/M2TTIMESTAMP /AWS1/M2TTIMESTAMP¶
The run end time of the test run summary.
Queryable Attributes¶
testRunId¶
The test run ID of the test 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 |
testRunArn¶
The test run ARN of the test run summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTRUNARN() |
Getter for TESTRUNARN, with configurable default |
ASK_TESTRUNARN() |
Getter for TESTRUNARN w/ exceptions if field has no value |
HAS_TESTRUNARN() |
Determine if TESTRUNARN has a value |
testSuiteId¶
The test suite ID of the test run summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTSUITEID() |
Getter for TESTSUITEID, with configurable default |
ASK_TESTSUITEID() |
Getter for TESTSUITEID w/ exceptions if field has no value |
HAS_TESTSUITEID() |
Determine if TESTSUITEID has a value |
testSuiteVersion¶
The test suite version of the test run summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTSUITEVERSION() |
Getter for TESTSUITEVERSION, with configurable default |
ASK_TESTSUITEVERSION() |
Getter for TESTSUITEVERSION w/ exceptions if field has no va |
HAS_TESTSUITEVERSION() |
Determine if TESTSUITEVERSION has a value |
testConfigurationId¶
The test configuration ID of the test run summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCONFIGURATIONID() |
Getter for TESTCONFIGURATIONID, with configurable default |
ASK_TESTCONFIGURATIONID() |
Getter for TESTCONFIGURATIONID w/ exceptions if field has no |
HAS_TESTCONFIGURATIONID() |
Determine if TESTCONFIGURATIONID has a value |
testConfigurationVersion¶
The test configuration version of the test run summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTCONFIGURATIONVERSION() |
Getter for TESTCONFIGURATIONVERSION, with configurable defau |
ASK_TESTCONFIGURATIONVERSION() |
Getter for TESTCONFIGURATIONVERSION w/ exceptions if field h |
HAS_TESTCONFIGURATIONVERSION() |
Determine if TESTCONFIGURATIONVERSION has a value |
status¶
The status of the test 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 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 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 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_TESTRUNSUMMARYLIST¶
TYPES TT_TESTRUNSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2TTESTRUNSUMMARY WITH DEFAULT KEY
.