Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过创建一个单元测试项目使用 .net framework 4.5 编写测试用例。我必须写一份报告(所用测试框架的简要说明(最多 1 页)。)我如何知道 Visual Studio 中使用的测试框架工作是什么2012什么时候创建一个测试项目??
只需查看添加到您的单元测试项目中的引用即可。您应该看到 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
这是 MSTest 框架。