Friday, September 21, 2007 11:10 AM
Looks like James Newkirk and Brad Wilson have developed and released another xUnit style unit testing framework for .NET, this one aimed specifically at test-driven development. I've not tried it yet, but if James Newkirk is behind it, then it's definitely worth checking out.
If you're not familiar with James Newkirk, he's the author of the excellent book
Test-Driven Development in Microsoft .NET. This book is an excellent introduction to TDD using .NET, and is actually on the required reading list for all new developers at my
company. (we're still
hiring, by the way!)
James is also the creator of another little testing framework that you may have heard of -
NUnit.
Here's the original
announcement on James Newkirks blog, and the project
homepage.