Search Results

4
votes

C++ unit testing framework

I'm a big fan of UnitTest++, it's very lightweight, but does the job. You can run single tests there easily. …
3
votes

Unit testing for C++ code - Tools and methodology

UnitTest++, small & simple. …