|
CCUnit
2.1
A C Unit Testing Library
|
Test interface module. More...
#include <ccunit/CCUnitConfig.h>

Go to the source code of this file.
Data Structures | |
| struct | CCUnitTest |
| Run Test and collect its results. More... | |
| struct | CCUnitTestDfn |
Typedefs | |
| typedef enum CCUnitTestType_t | CCUnitTestType_t |
| Test class type. | |
| typedef struct CCUnitTest | CCUnitTest |
| Run Test and collect its results. | |
| typedef struct CCUnitTestDfn | CCUnitTestDfn |
Enumerations | |
| enum | CCUnitTestType_t { ccunitTypeTest, ccunitTypeSuite, ccunitTypeTestCase, ccunitTypeFunc, ccunitTypeLast_ } |
| Test class type. More... | |
Functions | |
| 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 Sat Jul 13 2013 15:09:11 for CCUnit by
1.8.1.1
|