Managing tests with the Unit Test Runner tool window

October 29th, 2012 Comments off

The Unit Test Runner tool window is designed to review, navigate, execute, and manage unit test cases of the entire solution. Here is what it looks like:

CodeRush Unit Test Runner Tool Window

Read more…

Code templates for generating unit testing code

October 29th, 2012 Comments off

There are many code templates available to quickly create tests, test fixtures and assertion calls for all supported unit testing frameworks. For each test framework, they similar , so if you switched to another framework, you can use the same code templates to generate code which will be valid in a new test framework.

Read more…

Code Templates – xUnit testing

October 29th, 2012 Comments off

A list of code templates specific to the xUnit unit test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

Code Templates – Silverlight testing

October 29th, 2012 Comments off

A list of code templates specific to the Silverlight unit test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

Code Templates – MbUnit testing

October 29th, 2012 Comments off

A list of code templates specific to the MbUnit unit test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

Code Templates – Microsoft Visual Studio testing

October 29th, 2012 Comments off

A list of code templates specific to the Microsoft Visual Studio Unit Test framework. The meaning of the text commands in bold can be seen in the corresponding topic.

Read more…

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

October 29th, 2012 Comments off

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.

Read more…

CodeRush Standard Templates Library

October 23rd, 2012 Comments off

The standard templates library contains more than one thousand static code templates designed to help you realize any coding requirements. Templates are organized by categories. For instance, there are over 25 root categories for CSharp language on the Templates option page, such as:

Read more…