Question

Pex automagically generates unit tests for C# code.

Is there anything similar (free or commercial) for C++ code?

Was it helpful?

Solution

If you're using Visual Studio 2005 or newer, you can use Team Test. Here is a guide on how to use it.

OTHER TIPS

If you only need the mocking functionalty check out the Detours framework: http://research.microsoft.com/en-us/projects/detours/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top