从 App.Config 获取数据在 VS 2008 Framework 3.5 中不起作用
当我在单元测试中使用 Moles 时,无法使用配置管理器从应用程序配置中获取值。
我知道这是一个已知问题,但我想知道除了使用以下解决方案进行伪造之外,是否可以找到好的解决方法(一些技巧)来解决此问题 http://social.msdn.microsoft.com/Forums/en/pex/thread/9b4b9ec5-582c-41e8-8b9c-1bb9457ba3f6
谢谢!
when I'm using Moles in my Unittest it is not possible to get value from the of the appconfig by using the configurationManager.
I know this a known issue but I'm wondering if can find good workaround (some trick) to resolve this problem apart from faking by using following solution
http://social.msdn.microsoft.com/Forums/en/pex/thread/9b4b9ec5-582c-41e8-8b9c-1bb9457ba3f6
Thanks!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用的一种相对简单的选项是在测试中的代码中添加设置:
One option that I have used, that is relatively simple, is to just add the setting in code within your tests: