SAP ABAP Class IF_AUNIT_TEST_CLASS (ABAP Unit: Test class)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20050527 |
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
Class | IF_AUNIT_TEST_CLASS | |
Short Description | ABAP Unit: Test class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20050527 | SAP |
Last change | 20140121 | 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 IF_AUNIT_TEST_CLASS has no interface implemented.
Friends
Class IF_AUNIT_TEST_CLASS has no friend class.
Attributes
Class 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
Class IF_AUNIT_TEST_CLASS has no event.
Types
Class 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 class 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 class 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 class 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 class 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 class 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 class IF_AUNIT_TEST_CLASS has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in |