AdcOpenSpace. FitNesse.
DotNet
To enable .Net FitNesseTests, define the following variables like so:

!define COMMAND_PATTERN {%m %p}
!define TEST_RUNNER {dotnet\FitFilter}
!define SUITE_RUNNER {FitNesse.RecursiveAllFiles}
!define PATH_SEPARATOR {;}
variable defined: COMMAND_PATTERN=%m %p
variable defined: TEST_RUNNER=dotnet\FitFilter
variable defined: SUITE_RUNNER=FitNesse.RecursiveAllFiles
variable defined: PATH_SEPARATOR=;

The class path page should be modified to list the directories where the needed .dll files are located.

Now define .Net tests beneath the page where the variables are defined.
The variables are defined here so the following two .Net Fit tests should run just fine.


This page is a Suite page so clicking on the 'Suite' button on the left will run all the tests.


[UserGuide] [.FrontPage] [.RecentChanges]