访问 NUnit 类中的自定义配置

发布于 2024-10-09 20:05:22 字数 395 浏览 1 评论 0原文

我真的对这个很头疼。我无法使自定义配置与 NUnit 一起使用。一直无法读取配置文件。我目前正在制作日志记录课程。

我仔细阅读了这篇文章: http://devlicio.us/blogs/derik_whittaker/archive/2006/11/13/app-config-and-custom-configuration-sections.aspx

将引用放置在单元测试类App.Config中,但一切还是失败了。

这里有什么神奇的设置吗?

I'm really banging my head onto this one. I can't make the Custom Configuration to work with NUnit. It kept on failing to read the configuration file. I'm currently making a logging class.

I followed carefully this article: http://devlicio.us/blogs/derik_whittaker/archive/2006/11/13/app-config-and-custom-configuration-sections.aspx

placed the references in the Unit test class App.Config, still everything failed.

Is there some sort of a magic setting to do here?

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

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

发布评论

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

评论(1

嘿嘿嘿 2024-10-16 20:05:22

您需要在正确的配置文件中定义自定义配置,请参阅以下参考:

http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/

You need to define custom configuration in correct config file, see the following reference:

http://blog.coryfoy.com/2005/08/nunit-app-config-files-its-all-about-the-nunit-file/

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