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

C++ API

C++ API

Enhanced API for user mode test suites written in C++. The API is a seuperset of the Base API, so you are free to intermix the two in a single test suite.

As C++ is currently not fully supported by Microsoft for kernel mode code, all C++ features are only available for user mode unit tests.

[Note]Note
The C++ API uses a separate header file, cfixcc.h.