TestFailure module. [詳細]


データ構造 | |
| 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 |
CCUnitに対してSat Jul 13 2013 15:09:23に生成されました。
1.8.1.1
|