FitNesse. UserGuide. FixtureGallery. FitLibraryFixtures.
SubsetFixture [add child]

Previous page: SetFixture Parent page: FitLibrary Fixtures

SubsetFixture

SubsetFixture is a variation of SetFixture (see SetFixture) with one difference: the rows in the fixture table can be a subset of the actual rows.

Usage

Use SubsetFixture instead of RowFixture and SetFixture when you want to ignore surplus elements (for example, check whether some rows exist in a database regardless of other rows that might be in the same database table).


Previous page: SetFixture Parent page: FitLibrary Fixtures