Microsoft PEX with NUnit
I am thinking of using Microsoft PEX tools for my project, but I would much rather use NUnit instead of MSUnit. Apparently, PEX Extensions pr开发者_JS百科oject was specifically created for that, but it has no releases now, and appears to be dead. Has anyone been able to do this?
Thanks!
According to this Post, NUnit test generation is now part of Pex.
Here is more information on the subject.
精彩评论