How can I get PEX to generate unit tests automatically?

How can I get PEX to automatically generate unit tests in Visual Studio 2013?

I can auto generate unit tests with PEX in visual studio 2010 and the menu was found by right clicking in the body of the function.

+3


source to share


2 answers


We have not released a version for Visual Studio 2013. The good news is that you can now do the same automatic unit test generation in Visual Studio 2015 using the Smart Device Tests feature.



+2


source


For Visual Studio 2013, they provide a PEX framework (lite) called CodeDigger.

But CodeDigger is limited, it just generates a table of all possible combinations of inputs and outputs.



There are no options to copy this table or save any test suites.

CodeDigger gives minimal help. Not very big

+1


source







All Articles