Visual Studio 的 C# 单元测试框架?

发布于 2024-09-03 11:57:55 字数 71 浏览 0 评论 0原文

我的主管告诉我,微软有一个针对 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清欢 2024-09-10 11:57:55

MS Test - 现在是专业版本。

据我所知,2005 年只有 Team System 版本(测试版和开发版);从 2008 年开始,它是专业版。

当然,还有很多其他的 .NET 单元测试框架,例如 NUnit、< a href="http://www.mbunit.com/" rel="nofollow noreferrer">MbUnit 和 xUnit

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.

辞旧 2024-09-10 11:57:55

它称为 MSTest。它内置于 VS 2008 的 Team Edition for Testers 版本(以及更高级别的 SKU)中。

在 VS 2010 中,它包含在 Visual Studio Professional 中。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文