OpenMake Meister

NUnit

 

NUnit is a unit-testing framework for all .Net languages. This Workflow Activity will add NUnit to your Workflow.

 

The assembly file to be tested is passed in as a parameter.

 

Install Instructions:

1.   Download the latest version of NUnit from https://www.nunit.org/download.html

2.   Select the zip directory for the bin distribution on the page in step 1

3.   Save the zip file to your hard

4.   Unzip the file to a directory of your choosing

5.   Locate the tools.properties file under %APPDATA%/openmake

-     Modify NUNIT_BIN_DIR to point to the bin directory in the unzipped file in step 4

-     For example if the bin directory is C:\Downloads\NUnit\NUnit-2.4.8-net-2.0\bin then the property should be

      NUNIT_BIN_DIR= C:\\Downloads\\NUnit\\NUnit-2.4.8-net-2.0\\bin

-     Notice that there are two backslashes instead of 1 in the example