SetUpFixture

SetUpFixture tables allow data to be entered, usually for the initial setup phase of a test.

For example:

DiscountGroupsSetUp
future valuemax balancemin purchasediscount %
low0.000.000
medium0.00500.005

When this is tested, the table is only colored if something goes wrong.

WritingFixtures