/AWS1/CL_IODGROUPRESULT¶
Show Group Result.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_groupid TYPE /AWS1/IODUUID /AWS1/IODUUID¶
Group result ID.
iv_groupname TYPE /AWS1/IODGROUPNAME /AWS1/IODGROUPNAME¶
Group Result Name.
it_tests TYPE /AWS1/CL_IODTESTCASERUN=>TT_TESTCASERUNS TT_TESTCASERUNS¶
Tests under Group Result.
Queryable Attributes¶
groupId¶
Group result ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPID() |
Getter for GROUPID, with configurable default |
ASK_GROUPID() |
Getter for GROUPID w/ exceptions if field has no value |
HAS_GROUPID() |
Determine if GROUPID has a value |
groupName¶
Group Result Name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUPNAME() |
Getter for GROUPNAME, with configurable default |
ASK_GROUPNAME() |
Getter for GROUPNAME w/ exceptions if field has no value |
HAS_GROUPNAME() |
Determine if GROUPNAME has a value |
tests¶
Tests under Group Result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTS() |
Getter for TESTS, with configurable default |
ASK_TESTS() |
Getter for TESTS w/ exceptions if field has no value |
HAS_TESTS() |
Determine if TESTS 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_GROUPRESULTLIST¶
TYPES TT_GROUPRESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IODGROUPRESULT WITH DEFAULT KEY
.