30 July 2006
Tutorial of UnitTest++ in TestFirstCiao - CORBA Wiki
by YukuanMarkThis tutorial describes using [Wiki]TestDrivenDevelopment with CIAO, using GNU build tools, and a C++ test library called UnitTest++. (Those of you here to learn UnitTest++, not CIAO, may substitute your own library for CIAO.)
Games from Within: UnitTest++ v1.0 Released
by YukuanMarkI had been using a modified version of CppUnitLite for quite a while, slowly fixing the parts in need of mending, and adding new functionality as it became needed. Eventually I released most of those changes as CppUnitLite2, and I thought that would be th
UnitTest++
by YukuanMarkUnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.
QuickTest
by YukuanMarkQuickTest is a simple C++ unit testing* framework. It is totally contained within a single header file, so it’s easy to add to your projects. It’s goal is to let you write each test with a minimal amount of code.
29 July 2006
Boost Test Library
by YukuanMarkThe Boost Test Library provides a matched set of components for writing test programs, organizing tests in to simple test cases and test suites, and controlling their runtime execution. The Program Execution Monitor is also useful in some production (non-
25 July 2006
Games from Within: Exploring the C++ Unit Testing Framework Jungle
by YukuanMark & 1 otherOne 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
CppUnitLite2 1.1
by YukuanMarkAbout a year ago, I wrote an article comparing <layer id="google-toolbar-hilite-18" style="background-color: Cyan; color: black;">unit</layer> <layer id="google-toolbar-hilite-21" style="background-color: Fuchsia; color: black;">test</layer> frameworks th
1
(7 marks)