带有 NUnit 的 Microsoft PEX
我正在考虑在我的项目中使用 Microsoft PEX 工具,但我更愿意使用 NUnit 而不是 MSUnit。显然,PEX 扩展项目是专门为此创建的,但它现在没有发布,并且似乎已经死了。有人能够做到这一点吗?
谢谢!
I am thinking of using Microsoft PEX tools for my project, but I would much rather use NUnit instead of MSUnit. Apparently, PEX Extensions project was specifically created for that, but it has no releases now, and appears to be dead. Has anyone been able to do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据这篇文章,NUnit 测试生成现在是 Pex 的一部分。
此处提供了有关该主题的更多信息。
According to this Post, NUnit test generation is now part of Pex.
Here is more information on the subject.