| [ CCUnit project page ] | [ CCUnit home page ] |
TestFailure module. [詳細]
#include <ccunit/CCUnitConfig.h>#include <ccunit/CCUnitTestFunc.h>

データ構造 | |
| struct | CCUnitTestFailure |
| Collects a failed test together with the failed assertion. [詳細] | |
型定義 | |
| typedef struct CCUnitTestFailure | CCUnitTestFailure |
| Collects a failed test together with the failed assertion. | |
関数 | |
| 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 Sun Aug 29 2010 10:59:33 for CCUnit by 1.7.1
|