是否有适用于 NUnit 的 Visual Studio 测试项目模板?

发布于 2024-08-25 06:43:14 字数 53 浏览 9 评论 0原文

NUnit 有官方的 Visual Studio 测试项目模板吗?如果不是,那会是什么样子?

Is there an official Visual Studio test project template for NUnit? If not, what might one look like?

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

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

发布评论

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

评论(6

软的没边 2024-09-01 06:43:14

没有官方的。只需启动一个类库项目并将 nUnit 程序集导入其中即可。

不过,有很多模板如何文章 - 此处是一。

我们也可以使用这个官方模板进行单元测试。

There is no official one. Just start a class library project and import the nUnit assemblies to it.

There are plenty of template how to articles around though - here is one.

We can use this official Template for Unit Testing as well.

断肠人 2024-09-01 06:43:14

创建 MVC 应用程序时,您可以选择创建单元测试项目。没有给出示例,但提供了一个框架。

When creating a MVC application you have the option for creating a unit test project. Does not give examples but provides a framework.

又怨 2024-09-01 06:43:14

Visual Studio 中没有 NUnit 的官方模板。您必须明确下载它。但它有通用的单元测试框架。

您需要使用 nuget 包下载 Nunit 框架。
选择工具菜单->库包管理器 -> 管理解决方案的 nuget 包
或者
选择工具菜单->库包管理器 -> 控制台包管理器。
在现有单元测试项目中添加引用,并从中删除现有单元测试命名空间。

There is no official template for NUnit exists in visual studio.you have to explaicitly download it. But it has general unit test framework.

you need to download Nunit framework using either nuget package.
Select Tool menu -> Library package manager ->manage nuget package for solution
or
Select Tool menu -> Library package manager ->package manager for console.
Add the reference in existing unit test project and remove the existing unit test namespace from it.

聆听风音 2024-09-01 06:43:14

是的,我已经为 .Net 框架创建了一个 NUnit Visual Studio 项目模板, 此处

您可以为较新版本的 .Net 添加 NUnit Nuget 包参考。

Yes, I have created a NUnit Visual Studio project template for the .Net framework, here.

You can Add The NUnit Nuget package reference for the Newer versions of .Net.

稳稳的幸福 2024-09-01 06:43:14

在 Visual Studio 2022 Professional 中,可以使用项目模板,如下图所示。

输入图片此处描述

In Visual Studio 2022 Professional project template is available as you can see in image below.

enter image description here

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