This post originated from an RSS feed registered with .NET Buzz
by James Avery.
Original Post: TestDriven.NET 1.0 Released
Feed Title: .Avery Blog
Feed URL: /blog/Install/BlogNotConfiguredError.aspx
Feed Description: .NET and everything nice
Jamie has released the 1.0 version of his insanely popular and incredibly useful unit testing tool. You may have know it under it's old name of the NUnitAddin.
This is an awesome Visual Studio add-in that allows you to run unit tests right inside of Visual Studio, including the indispensable Test With Debugger which allows you to quickly run a test in the debugger.
This release also includes a fix for the issue I was running into before with CallContext objects and unit tests.