简体   繁体   中英

C# Unit Test framework for Visual Studio?

My director told me that there is a Unit Test framework for Visual Studio from Microsoft, but didn't know what the name of the tool was. Could anyone of you give a hint on it?

MS Test - it's in the Professional version these days.

From what I remember, in 2005 it was only in the Team System editions (test and developer); as of 2008 it's in Professional.

Of course there are plenty of other unit test frameworks for .NET, such as NUnit , MbUnit and xUnit .

It's called MSTest. It's built into the Team Edition for Testers edition (and the higher level SKUs) of VS 2008.

In VS 2010, it's included in Visual Studio Professional.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM