.NET testing framework advice

后端 未结 10 1657
無奈伤痛
無奈伤痛 2020-12-29 01:22

I\'m looking to introduce a unit testing framework into the mix at my job. We\'re using Visual Studio 2005 (though we may be moving to 2008 within the next six months) and

10条回答
  •  天涯浪人
    2020-12-29 01:45

    We've been using xUnit.net. It seems to combine all the best of NUnit, MbUnit, and MSTest.

提交回复
热议问题