访问 NUnit 类中的自定义配置
我真的对这个很头疼。我无法使自定义配置与 NUnit 一起使用。一直无法读取配置文件。我目前正在制作日志记录课程。
将引用放置在单元测试类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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在正确的配置文件中定义自定义配置,请参阅以下参考:
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/