SAP ABAP Interface IF_AUNIT_TEST_CLASS (ABAP Unit: Test class)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_CORE_API (Package) ABAP Unit: Public API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_AUNIT_TEST_CLASS_HANDLE | ABAP Unit: Handle for a test class | 20051115 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_AUNIT_TEST_CLASS_META_INFO | ABAP Unit: Meta data of a test class | 20051116 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_TEST_CLASS | INTERNAL: *NO REUSE* Test Class Handle | 20050527 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_TEST_CLASS_DECORATOR | ABAP Unit: Test class decorator | 20050527 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_AUNIT_TEST_CLASS_DUMMY | INTERNAL: Test Double for Selftest Purposes | 20080822 |
Properties
| Interface | IF_AUNIT_TEST_CLASS | |
| Short Description | ABAP Unit: Test class |
General Data
| Package | SABP_UNIT_CORE_API | ABAP Unit: Public API |
| Created | 20050527 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20050527 |
Friends
Interface IF_AUNIT_TEST_CLASS has no friend.
Attributes
Interface IF_AUNIT_TEST_CLASS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns absolute type name of the test class | 20050527 | |
| 2 | Instance method | Public | Method | Returns name of the test class | 20050527 | |
| 3 | Instance method | Public | Method | Returns test class attribute 'Duration' (e.g. SHORT) | 20050527 | |
| 4 | Instance method | Public | Method | Returns name of program the test class belongs to | 20050527 | |
| 5 | Instance method | Public | Method | Returns test class attribtue 'Risk Level' (e.g. HARMLESS) | 20050527 | |
| 6 | Instance method | Public | Method | Returns names of all test methods | 20050527 |
Events
Interface IF_AUNIT_TEST_CLASS has no event.
Types
Interface IF_AUNIT_TEST_CLASS has no local type.
Method Signatures
Method GET_ABSOLUTE_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | STRING | absoluter Name der Klasse | 20050527 |
Method GET_ABSOLUTE_CLASS_NAME on Interface IF_AUNIT_TEST_CLASS has no exception.
Method GET_CLASS_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SAUNIT_D_CLASS | Name des Rahmenprogrammes | 20050527 |
Method GET_CLASS_NAME on Interface IF_AUNIT_TEST_CLASS has no exception.
Method GET_DURATION_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SAUNIT_D_ATTRIBUTE_RT_DURATION | Ausführungsdauer | 20050527 |
Method GET_DURATION_CATEGORY on Interface IF_AUNIT_TEST_CLASS has no exception.
Method GET_PROGRAM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SAUNIT_D_PROGRAM | Name des Rahmenprogrammes | 20050527 |
Method GET_PROGRAM_NAME on Interface IF_AUNIT_TEST_CLASS has no exception.
Method GET_RISK_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SAUNIT_D_ATTRIBUTE_RISK_LEVEL | Risikostufe | 20050527 |
Method GET_RISK_LEVEL on Interface IF_AUNIT_TEST_CLASS has no exception.
Method GET_TEST_METHODS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SAUNIT_T_METHODS | Liste von Methoden | 20050527 |
Method GET_TEST_METHODS on Interface IF_AUNIT_TEST_CLASS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |