Community member Albert Weinert has created a plug-in that adds mbUnit support to ReSharper’s UnitTest Runner. You can download Albert’s creation directly from here:
http://der-albert.com/archives/93-MbUnit-Support-fuer-ReSharper.html
If you’re not familiar with mbUnit, please see:
http://www.mertner.com/confluence/display/MbUnit/Overview
“MbUnit is an extensible .NET Test Framework. As in NUnit, tests are created at runtime using Reflection and custom attributes. MbUnit differentiates itself […]