Tag Archives: nunit

CruiseControl.NET, MSTest, NUnit: A Hybrid Solution

As many frustrated build admins know by now, Microsoft has done a poor job of distributing the proper build tools with the .NET Framework. MSBuild is in there now, but MS has failed to see the importance of including MSTest; either that, or the idea was lynched by their marketing department. This leaves us with [...]

Sequential .NET Unit Tests

So we’re on: .NET 3.5, NHibernate 2.0, MSTest, Linq, SQL Server 2005. I wasn’t able to find a decent bootstrap-able database for integration testing of our data access layer, so we chose the next best thing—SQL Server must run on localhost when the tests run. The rest is easy. Each test case asks for a fresh database [...]