| [ CCUnit project page ] | [ CCUnit home page ] |
A test case defines the case to run multiple tests. [詳細]
|
データ構造 | |
| struct | CCUnitTestCase |
| Wraps a test case with setUp and tearDown function. [詳細] | |
| struct | CCUnitTestCaseDfn |
| TestCase definition structure. [詳細] | |
モジュール | |
| TestFunc | |
A single test object. | |
マクロ定義 | |
| #define | CCUNIT_ADDNEWTESTFUNC(TESTCASE, FN) ccunit_addNewTestFunc (TESTCASE, #FN, NULL, FN) |
型定義 | |
| typedef struct CCUnitTestCaseDfn | CCUnitTestCaseDfn |
| TestCase definition structure. | |
A test case defines the case to run multiple tests.
| #define CCUNIT_ADDNEWTESTFUNC | ( | TESTCASE, | ||
| FN | ||||
| ) | ccunit_addNewTestFunc (TESTCASE, #FN, NULL, FN) |
| typedef struct CCUnitTestCaseDfn CCUnitTestCaseDfn |
TestCase definition structure.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sun Aug 29 2010 10:59:34 for CCUnit by 1.7.1
|