ABAP Keyword Documentation → ABAP Glossary
fixture
Test configuration that produces unique test behavior. A fixture consists of test data, test objects, resources, and connections. A fixture is realized using the methods [class_]setup
and [class_]teardown
of
test classes in ABAP Unit,