| [ CCUnit project page ] | [ CCUnit home page ] |
TestFailure module. More...
#include <ccunit/CCUnitConfig.h>#include <ccunit/CCUnitTestCase.h>

Go to the source code of this file.
Data Structures | |
| struct | CCUnitTestFailure |
| Collects a failed test together with the failed assertion. More... | |
Typedefs | |
| typedef struct CCUnitTestFailure | CCUnitTestFailure |
| Collects a failed test together with the failed assertion. | |
Functions | |
| CCUnitTestFailure * | ccunit_newTestFailure (const char *file, unsigned int line, const char *condstr, const char *expect, const char *actual) |
| Create new test failure. | |
| void | ccunit_deleteTestFailure (CCUnitTestFailure *failure) |
| Delete test failure object. | |
TestFailure module.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|