Different Test Examples in C++ Using C++ CppUTest 74
Here are several versions of the same unit tests written in different styles using CppUTest: C++ Unit Test Examples. If you look near the bottom, you’ll see what looks like story tests in C++. Shocking!
These are all based on Bob’s Prime Factors Kata.