/AWS1/CL_CNTOBSERVATIONSUMMARY¶
Contains summary statistics about a test case execution.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_totalobservations TYPE /AWS1/CNTCOUNT /AWS1/CNTCOUNT¶
The total number of observations in the test case.
iv_observationspassed TYPE /AWS1/CNTCOUNT /AWS1/CNTCOUNT¶
The number of observations that passed during execution.
iv_observationsfailed TYPE /AWS1/CNTCOUNT /AWS1/CNTCOUNT¶
The number of observations that failed during execution.
Queryable Attributes¶
TotalObservations¶
The total number of observations in the test case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALOBSERVATIONS() |
Getter for TOTALOBSERVATIONS, with configurable default |
ASK_TOTALOBSERVATIONS() |
Getter for TOTALOBSERVATIONS w/ exceptions if field has no v |
HAS_TOTALOBSERVATIONS() |
Determine if TOTALOBSERVATIONS has a value |
ObservationsPassed¶
The number of observations that passed during execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVATIONSPASSED() |
Getter for OBSERVATIONSPASSED, with configurable default |
ASK_OBSERVATIONSPASSED() |
Getter for OBSERVATIONSPASSED w/ exceptions if field has no |
HAS_OBSERVATIONSPASSED() |
Determine if OBSERVATIONSPASSED has a value |
ObservationsFailed¶
The number of observations that failed during execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVATIONSFAILED() |
Getter for OBSERVATIONSFAILED, with configurable default |
ASK_OBSERVATIONSFAILED() |
Getter for OBSERVATIONSFAILED w/ exceptions if field has no |
HAS_OBSERVATIONSFAILED() |
Determine if OBSERVATIONSFAILED has a value |