CCUnit
2.1
A C Unit Testing Library
|
A test case defines the case to run multiple tests. [詳細]
![]() |
モジュール | |
TestFunc | |
A single test object. |
データ構造 | |
struct | CCUnitTestCase |
Wraps a test case with setUp and tearDown function. [詳細] | |
struct | CCUnitTestCaseDfn |
TestCase definition structure. [詳細] |
マクロ定義 | |
#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 |
CCUnitに対してSat Jul 13 2013 15:09:25に生成されました。
![]() |