使用 Fitsharp、FitVersionFixture 更新 FitNesse。标准不工作
我对收到的错误有疑问。我正在努力将我的系统和 FitNesse 更新到 .Net 4.0。我正在使用 FitSharp 来做到这一点。然而,当运行我的测试以检查更新是否正常工作时,我遇到了一个错误,我不确定如何修复。
我正在使用: FitVersionFixture.IsStandard
但是,现在使用 .Net 4.0 和 FitSharp,我收到以下错误:
System.MissingMethodException:找不到方法:'Boolean fit.FitVersionFixture.get_IsStandard()
看来该方法已被弃用。我一直无法弄清楚如何解决这个问题。任何建议将不胜感激。
I have a question concerning an error I am receiving. I am working on updating my system and FitNesse to .Net 4.0. I am using FitSharp in order to do so. When running through my tests however to check if the update is working properly I am coming across an error that I'm not sure how to fix.
I am using: FitVersionFixture.IsStandard
However, now with .Net 4.0 and FitSharp, I am getting the following error:
System.MissingMethodException: Method not found: 'Boolean fit.FitVersionFixture.get_IsStandard()
It appears that the method has been deprecated. I have been unable to figure out how to go about fixing this problem. Any advice would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 http://fitsharp.github.com/FitSharp/SuiteConfigurationFile.html 上的“行为”部分
Look at the 'Behavior' section on http://fitsharp.github.com/FitSharp/SuiteConfigurationFile.html