| fixture (BC-ABA) |
A test configuration which provides for predictable and reproducible behavior when running a test. A fixture may include test data, test objects, resources (such as files), and communication connections. In ABAP Unit, a fixture is set up and, after use, cleaned up in the [CLASS_]SETUP and [CLASS_]TEARDOWN methods of ABAP Unit test classes.