将 Microsoft Pex 与 Prism 复合应用程序结合使用
我正在 Prism 复合应用程序中实施单元测试,并尝试实施 Microsoft Pex (http: //research.microsoft.com/en-us/projects/pex/)来加快此任务的速度。 但我遇到了很多与 Prism 相关的麻烦。尽管使用 Moles 来存根 Prism 实现,但我在执行过程中遇到了很多错误和问题。
有人已经成功地将 Pex 与 Prism 应用程序一起使用了吗?
预先感谢您的回答
I'm implementing unit testing in my Prism composite application and trying to implement Microsoft Pex (http://research.microsoft.com/en-us/projects/pex/) to speed up this task.
But I'm experiencing a lot of troubles linked to Prism. Despite the use of Moles to stub Prism implementations, I have a lot of errors and problems doing it.
Has someone already successfully used Pex with a Prism application?
Thanks in advance for your answers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过几个小时的努力,我终于成功地在我想要的项目中实现了测试。
以下是我在 Prism 复合应用程序中使用 Pex 和 Moles 的经验的一些详细信息(我也使用 CodeContracts 并且我建议使用它,但这在这里没有发生)。
如果有人可以帮助我回答并提供更多细节和更正,那将非常受欢迎!
After hours of struggle, I finally managed to implement tests in the project I wanted.
Here are some details about my experience of Pex and Moles (I also use CodeContracts and I advise it, but this has no incidence here) with a Prism composite application.
If someone can help my answer and give some more details and correction, it would be more than welcome!