Skip to content

Monthly Archives: February 2010

Igloo – Constraint Based Unit Testing in C++

Lately, I’ve been busy working on Igloo, which is a new unit testing framework for C++. It takes a lot of inspiration from NUnit. Both in the way you register test fixtures and test methods, and in the way that you write write your assertions.
After coming back to developing in C++ after working in .NET [...]