SAP ABAP Class CL_EPM_AUNIT_DECORATOR (EPM: AUNIT decorator ( Start of individual unit tests etc. ))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_TESTING_UTILITIES (Package) EPM BO and Scenario Testing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_AUNIT_TEST_CLASS_DECORATOR | ABAP Unit: Test class decorator | 20100414 |
Properties
| Class | CL_EPM_AUNIT_DECORATOR | |
| Short Description | EPM: AUNIT decorator ( Start of individual unit tests etc. ) | |
| Super Class | CL_AUNIT_TEST_CLASS_DECORATOR | ABAP Unit: Test class decorator |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | T | Test Program |
| Category | 0 | |
| Package | S_EPM_TESTING_UTILITIES | EPM BO and Scenario Testing |
| Created | 20100414 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_EPM_AUNIT_DECORATOR has no interface implemented.
Friends
Class CL_EPM_AUNIT_DECORATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SAUNIT_T_METHODS | Set of names of unit test methods to execute | 20100415 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SAUNIT_T_METHODS | Set of names of unit tests that exist for a test class | 20100414 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SEPM_TEST_SEQUENCE_ID | EPM: Test sequence identifier | 20100414 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SEPM_TEST_ID | Name or Number of a test | 20100414 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SEPM_TEST_SEQUENCE_ID | EPM: Test sequence identifier | 20100414 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SEPM_TEST_SESSION_ID | EPM: Test session identifier | 20100414 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Whether unit tests use EPM test environment | 20100624 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100415 | |
| 2 | Instance method | Public | Method | Pass names of unit test methods to execute | 20100414 |
Events
Class CL_EPM_AUNIT_DECORATOR has no event.
Types
Class CL_EPM_AUNIT_DECORATOR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TEST_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_AUNIT_TEST_CLASS_HANDLE | ABAP Unit: Beschreibung der zu testenden Klasse | 20100415 | |||
| 2 | IV_USE_EPM_TEST_ENV | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Whether unit tests use EPM test environment | 20100624 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception class for the EPM test framework | 20100419 |
Method SET_TEST_METHODS_TO_EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ERROR_INFO | Call by reference | Type reference (TYPE) | STRING_TABLE | Error info | 20100414 | |||
| 2 | IT_TEST_METHODS | Call by reference | Type reference (TYPE) | SAUNIT_T_METHODS | List of Methods | 20100414 |
Method SET_TEST_METHODS_TO_EXECUTE on class CL_EPM_AUNIT_DECORATOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |