Unit Test Runner

Helps you easily run, debug, filter
and organize your unit tests.
Unit Test Runner

Supported Testing Frameworks

JustCode's Unit Test Runner supports the following testing frameworks: MSTest, xUnit, NUnit 2.5, MbUnit 2.4, MbUnit3, Gallio, MSpec, QUnit and Jasmine.

Run and Debug Tests

JustCode gives developers many options when it comes to executing and debugging test runs. Use the main JustCode menu, the Just Test context menu, or the Visual Aid menu. In addition, test commands have an assigned key-chord, enabling you to quickly run, or debug tests without touching the mouse. If you have selected several test methods, those methods are run. If the cursor is in a test method, only that method is run. If the cursor is in a test class, but outside a test method, then all test methods in that class are executed.

Unit Test Window

JustCode’s Unit Test window presents a hierarchical view of all unit tests in your solution, allowing you to easily work with them in every way possible. This window is available via JustCode | Windows. In addition to viewing and navigating your tests, you can start, stop, debug and repeat test runs.

Unit Test Window:

JustCode’s Unit Test window presents a hierarchical view of all unit tests in your solution, allowing you to easily work with them in every way possible. This window is available via JustCode | Windows. In addition to viewing and navigating your tests, you can start, stop, debug and repeat test runs.

You can filter the tree to show only failed or ignored tests, or using the search text box. You can also group the tests in different ways using the group by selector. Once you have narrowed the tree down to a specific set of tests, you have the option to run or debug that subset.