FitNesse. UserGuide. FitLibraryUserGuide.
SetUpFixture [add child]
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