Visual Assert – The Unit Testing Add-In for Visual C++
cfix – C/C++ Unit Testing for Win32 and NT
 
 

Chapter 4. The cfix testing framework

Chapter 4. The cfix testing framework

Visual Assert is built on top of the cfix testing framework, which is a full-fledged, open source unit testing framework for C and C++ code on Windows platforms. In other words: Visual Assert is a superset of and fully compatible to the cfix testing framework. In particular, this means that any tests created using Visual Assert can also be run using the appropriate command line tools.

The following sections provide an overview of the cfix testing framework, its background, and usage.