!3 Setting up a '''Suite''' page.
You can run all the test pages in a sub-wiki by setting the "Suite" attribute of a page (see [[Page Attributes][MarkupPageAttributes]]).  That page will then include a "Suite" button that will execute all the test pages in that hierarchy.

!3 !-SetUp-! and !-TearDown-!
Sometimes you will need to delete a test database at the end of each test in a suite, or create an empty database at the beginning of each test.  Operations like this can be performed by writing special fixtures that perform these functions in their constructors.  These fixtures can then be invoked in the '''!-SetUp-!''' and '''!-TearDown-!''' pages of the suite.  See [[!-SetUp and TearDown-!][.FitNesse.SuiteAcceptanceTests.SuiteWikiPageResponderTests.TestSetUpAndTearDown]].

To perform operations at the beginning or end of an entire suite, rather than for each test, define the operations on pages named '''!-SuiteSetUp-!''' and '''!-SuiteTearDown-!'''.