/AWS1/CL_REVTESTSUMMARY¶
Contains summary information about a test.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_testid TYPE /AWS1/REVTESTID /AWS1/REVTESTID¶
The unique identifier of the test.
iv_testtemplatearn TYPE /AWS1/REVSERVICEOWNEDARN /AWS1/REVSERVICEOWNEDARN¶
The ARN of the test template the test was created from.
iv_servicearn TYPE /AWS1/REVARN /AWS1/REVARN¶
The ARN of the service the test belongs to.
iv_totaltestruns TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER¶
The total number of runs of the test.
iv_successfultestruns TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER¶
The number of successful runs of the test.
iv_creationtime TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when the test was created.
Queryable Attributes¶
testId¶
The unique identifier of the test.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTID() |
Getter for TESTID, with configurable default |
ASK_TESTID() |
Getter for TESTID w/ exceptions if field has no value |
HAS_TESTID() |
Determine if TESTID has a value |
testTemplateArn¶
The ARN of the test template the test was created from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TESTTEMPLATEARN() |
Getter for TESTTEMPLATEARN, with configurable default |
ASK_TESTTEMPLATEARN() |
Getter for TESTTEMPLATEARN w/ exceptions if field has no val |
HAS_TESTTEMPLATEARN() |
Determine if TESTTEMPLATEARN has a value |
serviceArn¶
The ARN of the service the test belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEARN() |
Getter for SERVICEARN, with configurable default |
ASK_SERVICEARN() |
Getter for SERVICEARN w/ exceptions if field has no value |
HAS_SERVICEARN() |
Determine if SERVICEARN has a value |
totalTestRuns¶
The total number of runs of the test.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALTESTRUNS() |
Getter for TOTALTESTRUNS, with configurable default |
ASK_TOTALTESTRUNS() |
Getter for TOTALTESTRUNS w/ exceptions if field has no value |
HAS_TOTALTESTRUNS() |
Determine if TOTALTESTRUNS has a value |
successfulTestRuns¶
The number of successful runs of the test.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFULTESTRUNS() |
Getter for SUCCESSFULTESTRUNS, with configurable default |
ASK_SUCCESSFULTESTRUNS() |
Getter for SUCCESSFULTESTRUNS w/ exceptions if field has no |
HAS_SUCCESSFULTESTRUNS() |
Determine if SUCCESSFULTESTRUNS has a value |
creationTime¶
The timestamp when the test was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME 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_TESTSUMMARYLIST¶
TYPES TT_TESTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVTESTSUMMARY WITH DEFAULT KEY
.