Fit for Developing Software: Framework for Integrated Tests

24.3. Summary

  • Several types of tables are often needed in a sequence to define a single test.

  • When a sequence of tables together make up a single test, they need to all access the same system under test.

  • Because a new fixture object is created for each table, we make use of static variables to provide the interconnection.

  • The first table in the sequence needs to be responsible for creating the system under test.

    Категории