Archive for September, 2010

Testing C++ Code with UnitTest++ on Android

Posted By: Claus

I'm sure you've come across a unit testing framework or two. At least with me, the concept of running automated tests to make sure that changes don't break my code, caught on very quickly. My favourite unit testing framework for C++ ...