FitNesse.NET
Fit Version Fixture
FitVersionFixture controls behavior that differs between different Fit versions.

Currently, there are two versions of behavior supported:To use the Fit Standard behavior, you can do any of the following.

Include a table at the beginning of the test-page.
|FitVersion|std|
Include a call in your fixture constructor.
FitVersionFixture.Set{"std");
Include a setting in an appropriate .NET config file.
<appSettings>
    <add key="fitVersion" value="std" />
</appSettings>
© Copyright 2007,2008 Syterra Software Inc. All rights reserved.