To give a brief overview of what Pex is,
Microsoft Pex is a Visual Studio add-in that provides runtime code analysis for .NET code. With just a few mouse clicks, you can explore code-under-test to understand input/output behavior in the code, save automated tests that increase your confidence that your code cannot crash—or point to errors that do cause crashes and write powerful parameterized unit tests and generate suites of tests that ensure the code-under-test behaves as intended. If...(read more)
↧