Archive

Posts Tagged ‘Unit Tests’

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…

Unit Testing Service configuration and options

July 24th, 2012 Comments off

The Unit Test Runner has two dedicated option pages in the Options Dialog. The first one is called Test Runner inside the Unit Testing category. It provides you with the capability to tweak the system settings of the Unit Testing Service as well as required paths to the testing frameworks. The second option page named Test Runner Window allows you to configure the Test Runner tool window, its behavior and visual appearance preferences. Let’s take a closer look at both options pages.

Read more…