Test Fixture
A test fixture sets up the data that are needed for every test.
For example, if you are testing code that updates an employee record, you need an employee record to test it on — the fixture provides that record.
A test fixture sets up the data that are needed for every test.
For example, if you are testing code that updates an employee record, you need an employee record to test it on — the fixture provides that record.