NUnit:找不到配置设置

发布于 2024-08-18 09:02:50 字数 109 浏览 4 评论 0原文

我已经针对 ASP.Net 项目编写了一个 NUnit 测试项目。从我的测试项目调用时,正在测试的代码无法找到配置值(在 Web.config 中)。提供这些配置设置以便我的测试能够运行的正确方法是什么?

I've written an NUnit test project against an ASP.Net project. The code being tested cannot find the configuration values (in Web.config) when invoked from my test project. What is the right way to provide these configuration settings so my tests will run?

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

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

发布评论

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

评论(2

时光病人 2024-08-25 09:02:50

查看 NUnit 的有关 配置文件 的文档 -它很好地解释了如何处理你的案件。

Take a look on NUnit's documentation about Configuration Files - it's pretty good explained how to handle your case.

撩发小公举 2024-08-25 09:02:50

您可以为您的测试项目创建一个 app.config 文件。只需将您需要的配置值放在这里即可。

You can create an app.config file for your test project. Just put the configuration values you need in here.

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