[ CCUnit project page ] | [ CCUnit home page ] |
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, ccunitTypeFixture, ccunitTypeCase, 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 Mon Aug 16 2010 21:52:38 for CCUnit by ![]() |