Posts tagged with NUnit Companion
-
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.