ABAP Keyword Documentation → ABAP Glossary
Fixture
Test configuration from which a unique test behavior results. A fixture comprises test data, test objects, resources and connections. In
ABAP Unit, a fixture is realized through the methods [class_]setup
and [class_]teardown
of
test classes.