|
Navigation: Actions > Test Driven Development > NUnit > NUnit Action Options Tab |
![]() ![]()
|
This tab of the NUnit action configures additional options.

Framework to run under: Specifies the .NET Framework version to run tests under (optional). When only one version of the CLR is used, the config files for nunit-console may be set up to specify that version. As a more convenient alternative when switching CLRs, specify the CLR version here.
Note: This option requires NUnit v2.2.4 or later.
Use separate thread: Causes a separate thread to be created for running the tests. This is necessary in cases where the tests must run in a particular type of apartment. By running in a separate thread, the ApartmentState and ThreadPriority settings under the element of the config file will be honored. If no thread is created, these are ignored and the apartment will be the same as that of the console program.
No shadow copy: Disables shadow copying of the assembly in order to provide improved performance.
Do not convert to short filenames: If checked, when clr.bat is invoked to run tests (the Framework field is provided above), filenames will not be converted to short filenames. NUnit versions prior to v2.4 may require this option to be unchecked, v2.4 and later may require this option to be checked (if "Could not load file or assembly" errors occur).
Show logo: Displays copyright information at start if checked.
Additional options: Used to specify any additional NUnit command-line options.
NUnit executable: Overrides the default location of NUnit-console.exe (optional). Useful if multiple versions are installed.
Show command-line constructed: Logs NUnit command-line call if checked.