Fit for Developing Software: Framework for Integrated Tests
| A fixture acts as an intermediary between a Fit table and a system under test, carrying out the tests in the table, as illustrated in Figure 20.1.[1] For example, for each expected value in a row of a ColumnFixture table, the fixture will be called to carry out a test. [1] The chapters in Part III assume a reading knowledge of Java or a similar object-oriented programming language. Figure 20.1. A Fixture as Intermediary
|