Posts tagged with NUnit
-
MSBuild Community Tasks NUnit and Mono
Nov 20, 2013As an experiment, I modified an NUnit test project to automatically test itself after the build process. This way, the unit tests become an integral part of the build; just by building in Visual Studio you’ll know if you’ve broken a unit test.
-
Extending NUnit: NUnit Companion
Mar 25, 2012I have several test fixtures (test classes) written in NUnit that verify my data layer works against a live database (MSSQL). By live I mean that there is no mocking or anything like that - that’s for the higher layers where I mock the data layer.