/AWS1/CL_CNTGETTSTCASEEXSUMM01¶
GetTestCaseExecutionSummaryResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_starttime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the test case execution started.
iv_endtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP¶
The timestamp when the test case execution ended.
iv_status TYPE /AWS1/CNTTESTCASEEXECSTATUS /AWS1/CNTTESTCASEEXECSTATUS¶
The status of the test case execution.
io_observationsummary TYPE REF TO /AWS1/CL_CNTOBSERVATIONSUMMARY /AWS1/CL_CNTOBSERVATIONSUMMARY¶
Summary statistics for the test case execution.
Queryable Attributes¶
StartTime¶
The timestamp when the test case execution started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The timestamp when the test case execution ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
Status¶
The status of the 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 |
ObservationSummary¶
Summary statistics for the test case execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVATIONSUMMARY() |
Getter for OBSERVATIONSUMMARY |