How can I get PEX to auto-generate unit tests?

雨燕双飞 提交于 2019-12-05 20:14:18

We did not release a version for Visual Studio 2013. The good news is that you can now do that same auto-generation of unit tests in Visual Studio 2015 using the "Smart Unit Tests" feature.

For Visual Studio 2013, they do provide PEX framework (lightweight version) named as CodeDigger.

But CodeDigger is limited that it just generates a table of all the possible combinations of inputs and output.

No options to copy that table or Save any of the test suites.

CodeDigger gives a minimal help. Not so great

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!