SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.