ABAP Keyword Documentation → ABAP Glossary
test method
Special instance method of a
test class in which a test
is implemented. Test methods are defined using the addition
FOR TESTING
of statement METHODS
, and called during a
test run of the ABAP Unit tool.