TestDriven.NET单元测试插件

TestDriven.NET是可以在Microsoft Visual Studio中添加的单元测试插件

目前支持以下几种测试:

    * NUnit
    * MbUnit
    * ZaneBug
    * MSTest
    * NCover
    * NCoverExplorer
    * Reflector
    * TypeMock
    * dotTrace
    * MSBee

官网地址是 http://www.testdriven.net/

很好的工具!对于【测试驱动开发】很有帮助。

原文地址:https://www.cnblogs.com/MikeYao/p/1598671.html