SAP ABAP Class IF_SCV_RESULT (Result of a Coverage Measurement)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SCV_ADT_RESULT | Composite coverage result with resultId | 20110325 |
Properties
| Class | IF_SCV_RESULT | |
| Short Description | Result of a Coverage Measurement | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090722 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SCV_RESULT has no forward declaration.
Interfaces
Class IF_SCV_RESULT has no interface implemented.
Friends
Class IF_SCV_RESULT has no friend class.
Attributes
Class IF_SCV_RESULT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the underlying configuration | 20090722 | |
| 2 | Instance method | Public | Method | Returns the coverage for a type (e.g. branch coverage) | 20091104 | |
| 3 | Instance method | Public | Method | Returns all existing coverages | 20091104 | |
| 4 | Instance method | Public | Method | Returns the ID of the underlying measurement | 20090903 | |
| 5 | Instance method | Public | Method | Supplies the Name | 20090722 | |
| 6 | Instance method | Public | Method | Returns the root node of the results tree | 20090722 | |
| 7 | Instance method | Public | Method | Returns the underlying object selection | 20090722 | |
| 8 | Instance method | Public | Method | Gets test key (if it still exists) | 20100312 | |
| 9 | Instance method | Public | Method | Sets the Name | 20091211 |
Events
Class IF_SCV_RESULT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TAB | Public | See coding | Table of References of Type IF_SCV_RESULT | 20090828 | tab TYPE STANDARD TABLE OF REF TO if_scv_result WITH DEFAULT KEY
|
Method Signatures
Method GET_CONFIGURATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CONFIGURATION | Value transfer | Object reference (TYPE REF TO) | IF_SCV_RESULT_CONFIGURATION | Ermöglicht die Feinkonfiguration des Ergebnisbaums | 20090727 |
Method GET_CONFIGURATION on class IF_SCV_RESULT has no exception.
Method GET_COVERAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TYPE | Call by reference | Object reference (TYPE REF TO) | CE_SCV_COVERAGE_TYPE | Abdeckungsart | 20091104 | |||
| 2 | R_COVERAGE | Value transfer | Object reference (TYPE REF TO) | IF_SCV_COVERAGE | Abdeckungswert | 20091104 |
Method GET_COVERAGE on class IF_SCV_RESULT has no exception.
Method GET_COVERAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_COVERAGES | Value transfer | Type reference (TYPE) | IF_SCV_COVERAGE=>TAB | Abdeckungswerten | 20091104 |
Method GET_COVERAGES on class IF_SCV_RESULT has no exception.
Method GET_MEASUREMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_MEASUREMENT | Value transfer | Object reference (TYPE REF TO) | IF_SCV_MEASUREMENT | Einzelne oder verschmolzene Abdeckungsmessung | 20090903 |
Method GET_MEASUREMENT on class IF_SCV_RESULT has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | CVA_RESULT_NAME | Name eines Ergebnisses | 20090722 |
Method GET_NAME on class IF_SCV_RESULT has no exception.
Method GET_ROOT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NODE | Value transfer | Object reference (TYPE REF TO) | IF_SCV_RESULT_NODE | Wurzelknoten | 20090722 |
Method GET_ROOT_NODE on class IF_SCV_RESULT has no exception.
Method GET_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SELECTION | Value transfer | Object reference (TYPE REF TO) | IF_SCV_SELECTION | 20090722 |
Method GET_SELECTION on class IF_SCV_RESULT has no exception.
Method GET_TESTKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_KEY | Value transfer | Type reference (TYPE) | CVA_TESTK | R_KEY | 20100312 |
Method GET_TESTKEY on class IF_SCV_RESULT has no exception.
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CVA_RESULT_NAME | 20091211 |
Method SET_NAME on class IF_SCV_RESULT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |