List of unit testing frameworks
Feb 26
ComputerScience/SE/SQA boost.test, cppunit, CppUnitLite, cxxtest, NanoCppUnit, unit test, unit test framework, unit++ No Comments
각 종 xxUnit에 대해서 내공 있는 필자가 잘 분석해 둔 글이다.
http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#Identity_Management
Exploring the C++ Unit Testing Framework Jungle
By Noel Llopis
28 December 2004
One of the topics I’ve been meaning to get to for quite a while is the applicability of test-driven development in games. Every time the topic comes up in conversations or mailing lists, everybody is always very curious about it and they immediately want to know more. I will get to that soon. I promise!
In the meanwhile I’m now in the situation that I need to choose a unit-testing framework to roll out for my team at work. So, before I get to talk about how to use test-driven development in games, or the value of unit testing, or anything like that, we dive deep into a detailed comparison of existing C++ unit-testing frameworks. Hang on tight. It’s going to be a long and bumpy ride with a plot twist at the end.
If you just want to read about a specific framework, you can go directly there:
