MbUnit and TestDriven.NET
Written by Jamie Cansdale, one of the original MbUnit contributors, TestDriven.NET is a Visual Studio add-in that allows you to run the tests you’ve written from within Visual Studio rather than using the MbUnit GUI or console runner. It doesn’t offer the filtering options of our runners, but you can choose to run
- Single tests
- All the tests within a test fixture class
- All the tests within a file
- All the tests within a project
Full instructions on how to install and use TestDriven.net can be found here.

