SetUpFixture
SetUpFixture tables allow data to be entered, usually for the initial setup phase of a test.
For example:
DiscountGroupsSetUp |
future value | max balance | min purchase | discount % |
low | 0.00 | 0.00 | 0 |
medium | 0.00 | 500.00 | 5 |
When this is tested, the table is only colored if something goes wrong.
WritingFixtures
- Copyright (c) 2004 Rick Mugridge, University of Auckland, New Zealand.
- Released under the terms of the GNU General Public License version 2 or later.