SAP CL_ESD_AUNIT_ASSERT OO Class - cl_aunit_assert
CL_ESD_AUNIT_ASSERT is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ESD_AUNIT_ASSERT including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ESD_AUNIT_ASSERT is CL_SESI_AUInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_AUNIT_CONSTANTSMethod list of CL_ESD_AUNIT_ASSERT SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ABORT_EXCEPTION | UT Abort from Exception | Public |
| CALL METHOD cl_esd_aunit_assert=>ABORT_EXCEPTION...more details | ||
| ABORT_IF_GTADIR_ACCESS_FAILS | Protected | |
| CALL METHOD cl_esd_aunit_assert=>ABORT_IF_GTADIR_ACCESS_FAILS...more details | ||
| ASSERT_EQUALS_ELEMENT_DESCR | Private | |
| CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_ELEMENT_DESCR...more details | ||
| ASSERT_EQUALS_IGNORE_CASE | Ensure Equality of 2 data Objects | Public |
| CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_IGNORE_CASE...more details | ||
| ASSERT_EQUALS_STRUCT_DESCR | Private | |
| CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_STRUCT_DESCR...more details | ||
| ASSERT_EQUALS_TABLE_DESCR | Private | |
| CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_TABLE_DESCR...more details | ||
|
| ||
| ASSERT_EQUALS_TYPES | Public | |
| CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_TYPES...more details | ||
| ASSERT_EQUALS_TYPE_DESCR | Private | |
| CALL METHOD cl_esd_aunit_assert=>ASSERT_EQUALS_TYPE_DESCR...more details | ||
| ASSERT_EXCEPTION | Ensure Equality of 2 data Objects | Public |
| CALL METHOD cl_esd_aunit_assert=>ASSERT_EXCEPTION...more details | ||
| CLASS_CONSTRUCTOR | Public | |
| CALL METHOD cl_esd_aunit_assert=>CLASS_CONSTRUCTOR...more details | ||
| CLASS_SETUP | Private | |
| CALL METHOD cl_esd_aunit_assert=>CLASS_SETUP...more details | ||
| CLASS_TEARDOWN | Private | |
| CALL METHOD cl_esd_aunit_assert=>CLASS_TEARDOWN...more details | ||
| CREATE_EXC_FROM_SYMSG_VARS | Returns an exception created from sy-message variables | Public |
| CALL METHOD cl_esd_aunit_assert=>CREATE_EXC_FROM_SYMSG_VARS...more details | ||
| FAIL_BAPIRET2 | UT failure from Bapiret2-Table | Public |
| CALL METHOD cl_esd_aunit_assert=>FAIL_BAPIRET2...more details | ||
| FAIL_EXCEPTION | UT failure from exception | Public |
| CALL METHOD cl_esd_aunit_assert=>FAIL_EXCEPTION...more details | ||
| LOCK_UT | Locks UnitTest-Class during runtime of UT | Public |
| CALL METHOD cl_esd_aunit_assert=>LOCK_UT...more details | ||
| SETUP | Private | |
| CALL METHOD cl_esd_aunit_assert=>SETUP...more details | ||
| SHOW_STATUS | Displays Status Message with progress indicator | Public |
| CALL METHOD cl_esd_aunit_assert=>SHOW_STATUS...more details | ||
| TEARDOWN | Private | |
| CALL METHOD cl_esd_aunit_assert=>TEARDOWN...more details | ||
| WRITE_APPL_LOG | Private | |
| CALL METHOD cl_esd_aunit_assert=>WRITE_APPL_LOG...more details | ||
CL_ESD_AUNIT_ASSERT attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| AU_APPL_LOG | Static Attribute | LIKE ABAP_BOOL | Private | ||
| CLASSDESCR | Static Attribute | Runtime Type Services | LIKE CL_ABAP_CLASSDESCR | Private | |
| CLASS_RUN_TIME | Static Attribute | LIKE I | Private | ||
| CLASS_START_TIME | Static Attribute | LIKE I | Private | ||
| GS_TD | Static Attribute | LIKE | Public | ||
| NO_RUN_IN_CUSTOMER_SYSTEM | Instance Attribute | ABAP_FALSE | LIKE ABAP_BOOL | Public | |
| RUN_TIMES | Static Attribute | LIKE | Private | ||
| START_TIME | Instance Attribute | LIKE I | Private | ||
| SYSTEM_TYPE | Static Attribute | System Type | LIKE SY-SYSID | Private | |
| TOLERANT | Instance Attribute | LIKE | Public |
Links to Related Class(s)
CL_ESD_A...Full list of available SAP object classes
Search for further information about these or an SAP related objects