TestDriven.net is a VS.NET unit test tool that is fully integrated with the VS.NET 2003 environment. It should be a tool written on the basis of NUNIT, the syntax of the test code is the same as NUNIT. Official website is
http://www.testdriven.net/. Here is its official introduction:
TestDriven.NET makes it easy to run unit tests with a single click, anywhere in your Visual Studio solutions. It supports all versions of Microsoft Visual Studio .NET meaning you do not have to worry about compatibility issues and fully integrates with all major unit Testing frameworks including NUnit, MbUnit, & MS Team System.
It is said that the VS.NET 2005 version has built-in unit test function, and it is not known how the effect will be in its official version.