FitNesse. UserGuide. FitLibraryUserGuide. DoFixture.
DoFixtureSummary [add child]

DoFixture:

keywords

Special actions

DoFixture has several special actions, which apply to the rest of their row:

Flow Style

To be in "flow", the first table must be a DoFixture (or SequenceFixture). The actions in all following tables are carried out with that fixture. However, as we saw before, an action may provide a different fixture, such as a RowFixture, which will be used with the rest of the table.

More Examples

Lots more examples of using DoFixture and the other flow fixtures are provided in Fit for Developing Software by Rick Mugridge and Ward Cunningham, Prentice-Hall, 2005. The tables and fixture code for these examples will be made available on the Fit website.

Fixture Code

Let's now look at WritingFixtures for DoFixture tables.

More Technical Issues

SpecialisedIssues