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

データ構造 | |
| struct | CCUnitTest |
| Run Test and collect its results. [詳細] | |
| struct | CCUnitTestDfn |
型定義 | |
| typedef enum CCUnitTestType_t | CCUnitTestType_t |
| Test class type. | |
| typedef struct CCUnitTest | CCUnitTest |
| Run Test and collect its results. | |
| typedef struct CCUnitTestDfn | CCUnitTestDfn |
列挙型 | |
| enum | CCUnitTestType_t { ccunitTypeTest, ccunitTypeSuite, ccunitTypeTestCase, ccunitTypeFunc, ccunitTypeLast_ } |
Test class type. [詳細] | |
関数 | |
| CCUnitTest * | ccunit_initTest (CCUnitTest *test, CCUnitTestType_t type, void(*run)(CCUnitTest *, struct CCUnitTestResult *), void(*dtor)(CCUnitTest *)) |
| Initialize Test class. | |
| void | ccunit_deleteTest (CCUnitTest *test) |
| Test class destructor. | |
Test interface module.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sun Aug 29 2010 10:59:33 for CCUnit by 1.7.1
|