DoFixture 错误:尝试遵循 fitSharp 教程
我正在尝试阅读 http: 的免费电子书“Test Driven .NET Development With FitNesse: Second Edition” //gojko.net/fitnesse/book/
HelloWorld 示例效果很好,但第二个示例(第 41 页)总是失败,并出现错误:
fitSharp.Machine.Exception.TypeMissingException: Type 'DoFixture' not在程序集中找到
对于我的一生,我无法弄清楚什么不同会导致第二个示例失败。
使用 VS2005
任何人都可以确认/帮助吗?
谢谢
I'm trying to follow along in the free ebook "Test Driven .NET Development With FitNesse: Second Edition" from http://gojko.net/fitnesse/book/
The HelloWorld example works great, but 2nd example (page 41) always fails with an error of:
fitSharp.Machine.Exception.TypeMissingException: Type 'DoFixture' not found in assemblies
For the life of me, I can't figure out what is different that will make the 2nd example fail.
Using VS2005
Can anyone confirm/help?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我的错误。
郑重声明:我忘记公开固定装置类。
我确实希望有更好的错误跟踪/调试。
“错误调试”链接可以立即解决这个问题。叹。
OK, my error.
For the record: I forgot to make the fixture class public.
I do wish there was better error tracing/debugging.
A "debug at error" link would have solved this in an instant. Sigh.