Machine.Specifications 和实体框架示例
我试图找到一些在 MVC 项目中将 Machine.Specifications 与 ASP.Net 实体框架结合使用的最佳实践示例(或实际上的任何示例)。
由于没有太多使用 Machine.Specifications 的经验,我很想知道其他人认为哪些类型的测试有用,以及使用 EF 生成的对象而不是自定义对象是否存在任何问题。
非常感谢指点、建议和例子。
I'm trying to find some best-practice examples (or any examples, actually) of using Machine.Specifications with the ASP.Net Entity Framework in an MVC project.
Not having had much experience with Machine.Specifications, I'm keen to see what sort of tests other people find useful and whether there are any gotchas for using the EF-generated objects instead of custom-built ones.
Pointers, suggestions and examples much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是让我开始使用 machine.spec 的博客文章, http ://blog.wekeroad.com/blog/make-bdd-your-bff-2/
Rob 完成了从安装到编写规范的完整设置。它不使用 EF,但它仍然应该让您朝着正确的方向前进。我在我的学习项目中使用了 SubSonic。
This is the blog post that got me started using machine.spec, http://blog.wekeroad.com/blog/make-bdd-your-bff-2/
Rob, goes through the complete setup, from installation to writing specs. It doesn't use EF, but it should still get you headed in the right direction. I used SubSonic in my learning project.