Entering content frame

Procedure documentation Creating ABAP Unit Tests Locate the document in its SAP Library structure

ABAP Unit tests are implemented in the form of test methods in local test classes in ABAP programs and the expected results are checked using the static methods of the auxiliary class CL_AUNIT_ASSERT.

 

Test Classes

Test Attributes

Test Methods

Methods of the Class CL_AUNIT_ASSERT

Production Code and Test Code

Fixtures

 

 

 

Leaving content frame