|
Navigation: Actions > Test Driven Development > NUnit Action |
![]() ![]()
|
This action executes NUnit unit tests. The command-line application (nunit-console.exe) is invoked. The action provides ways to fully configure the various options available for the console version of NUnit. Download and install NUnit (for Windows via the .msi file) before using.
Notes:
| • | This action has been tested with NUnit version 2.2 and 2.4 and may work with other versions as well. |
| • | See the TDD.bld sample for a project utilizing this action. |