A test fixture is a fixed state of a set of objects used as a baseline for running tests. The purpose of test fixture is to ensure that there is a well known and fixed environment in which tests are run so that results are repeatable.

References

  • https://github.com/junit-team/junit4/wiki/test-fixtures