How do I generate "Smart Unit Tests" with Visual Studio 2015 Preview?

9.3k Views Asked by At

How do you generate "Smart Unit Tests*" with Visual Studio 2015 Ultimate Preview?

*Microsoft's S. Somasegar announced "Smart Unit Tests" (Under the heading 'productivity') for Visual Studio 2015. This feature, based on Pex, uses code analysis to generate unit tests.

2

There are 2 best solutions below

4
On BEST ANSWER

Here's the link to msdn documentation: Generate smart unit tests for your code

1
On

As of VS2015 Ultimate Preview we have not enabled this for VB.