又一款免费的VS2005单元测试插件

大名鼎鼎的JetBrains®今天发布一款免费的VS2005单元测试插件ReSharper UnitRun

以下是原文引用:

ReSharper UnitRun 1.0

This free add-in for Visual Studio 2005 allows you to automatically run, debug and profile unit tests right from the code editor.

popup menu window

A dedicated window is provided to analyze test results, run or rerun any tests, and navigate from a failed test's output directly to the code line that originated the exception. Results are displayed in the Unit Test Tree View, which contains an overview of all tests in the build together with colored icons to indicate the state of each test. From this view you can start running, debugging or profiling tests.

UnitRun window

Additional features include:

  • Two extra tabs for filtering the results to only show failed or ignored tests.
  • Progress Bar and Diagnostics View that display the progress and overall status of the test being run
  • Easily identifiable console output and exception stack traces produced by a selected test or all tests
  • Monitoring of precise time measurements for tests

The following unit testing frameworks are supported:

看来比TestDriven.NET要直观,有兴趣的可以试用比较。

花两分钟,到http://www.jetbrains.com/unitrun/download/registration.html注册将得到一个免费的license ,还是永不过期的




posted @ 2007-06-21 11:46  冰戈  阅读(3981)  评论(16编辑  收藏  举报