/AWS1/CL_LM2SLOTRESOLUTIONTS00¶
Information about the success and failure rate of slot resolution in the results of a test execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_slotname TYPE /AWS1/LM2TESTRESULTSLOTNAME /AWS1/LM2TESTRESULTSLOTNAME¶
The name of the slot.
io_resultcounts TYPE REF TO /AWS1/CL_LM2SLOTRESOLUTIONTS01 /AWS1/CL_LM2SLOTRESOLUTIONTS01¶
A result for slot resolution in the results of a test execution.
Queryable Attributes¶
slotName¶
The name of the slot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SLOTNAME() |
Getter for SLOTNAME, with configurable default |
ASK_SLOTNAME() |
Getter for SLOTNAME w/ exceptions if field has no value |
HAS_SLOTNAME() |
Determine if SLOTNAME has a value |
resultCounts¶
A result for slot resolution in the results of a test execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTCOUNTS() |
Getter for RESULTCOUNTS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SLOTRESOLUTIONTESTRSLTITEMS¶
TYPES TT_SLOTRESOLUTIONTESTRSLTITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_LM2SLOTRESOLUTIONTS00 WITH DEFAULT KEY
.