Running the Unit Tests
The unit test project
ApiDiff.Test.csproj was are written against the
xUnit.Net unit testing framework. This can be run from the build script using:
Make.cmd Test
or directly from your development environment by making ApiDiff.Test your startup project and selecting
xunit.gui.clr4.exe (or xunit.gui.clr4.x86.exe depending on your machine) as the application to run.