April 11th, 2001 — CPP-Unit Testing Framework — Troy Frever

Published: Sun 01 April 2001
By nwcpp

In 2001.

Location

6464 185th Avenue NE
Redmond, WA 98052

Abstract

A unit testing framework simplifies the creation of a test suite for a software project. It encourages the programmer to write the tests along with the code and to run the suite often for verification of code changes. Troy Frever will review a C++ framework and report on how it has been used at Cisco Systems/Active Voice.

CPP-Unit is available from the following sites:

Unit testing is a key component of the Extreme Programming Methodology covered by the following sites:

Recommended book: Martin Fowler’s “Refactoring: Improving the Design of Existing Code”.