Expand All | Collapse All
 Set Up: Fit Nesse Acceptance Tests. Set Up
Import
fitnesse.acceptanceTests
The PathParser is used by the .NET FitServer to parse the path passed to it from FitNesse. A config file on the path is ignored. This method of specifying an app config file is deprecated as its implementation was unreliable. App config files can be reliably specified with a -a switch or in a suite configuration file.

Try just one path entry...
path parser fixture
path string assembly paths?
c:\path\to\assembly.dll c:\path\to\assembly.dll

Now two...
path parser fixture
path string assembly paths?
c:\path\to\assembly.dll;c:\path\to\other\assembly.dll c:\path\to\assembly.dll,c:\path\to\other\assembly.dll

Now one assembly and one config file
path parser fixture
path string assembly paths?
c:\path\to\assembly.dll;c:\path\to\assembly.config c:\path\to\assembly.dll

Expand All | Collapse All
 Tear Down: Fit Nesse Acceptance Tests. Tear Down
ResetNamespacesFixture


[Front Page] [Recent Changes]