Home > Testing > Support for XUnit, NUnit, MBUnit, and Visual Studio testing frameworks

Support for XUnit, NUnit, MBUnit, and Visual Studio testing frameworks

October 29th, 2012

In addition to the MSpec and Silverlight unit testing frameworks, the following test frameworks are supported by the CodeRush Unit Test Runner out of the box:

  • MbUnit, versions 2.4 and 3.2;
  • NUnit, versions 2.2, 2.4, 2.5 and higher;
  • xUnit, versions 1.5, 1.6, 1.7, 1.8 and 1.9;
  • Visual Studio built-in framework for Visual Studio 2008, 2010, 2012.

To let the Unit Test Runner find and execute test cases from the mentioned testing frameworks, you should specify the correct paths to them on the Test Runner option page if they were not resolved automatically.

Due to the extensible Test Runner architecture, you can easily add a new unit test framework support programmatically.

—–
Products: CodeRush Pro
Versions: 12.1 and up
VS IDEs: 2008 and up
Updated: Oct/29/2012
ID: C208

Similar Posts: