SetUpFixture tables allow data to be entered, usually for the initial setup phase of a test.
For example:
When this is tested, the table is only colored if something goes wrong.
^WritingFixtures
  
    
  
		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, 2005 Rick Mugridge, Rimu Research.
 - Released under the terms of the GNU General Public License version 2 or later.
 
Add Child Page to SetUpFixture