CCUnit project page | CCUnit home page |
Data Structures | |
struct | CCUnitTest |
Run Test and collect its results. More... | |
struct | CCUnitTestFailure |
Collects a failed test together with the failed assertion. More... | |
Typedefs | |
typedef enum CCUnitTestType_t | CCUnitTestType_t |
Test class type. | |
typedef CCUnitTest | CCUnitTest |
Run Test and collect its results. | |
typedef CCUnitTestFailure | CCUnitTestFailure |
Collects a failed test together with the failed assertion. | |
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. | |
CCUnitTestFailure * | ccunit_newTestFailure (const char *file, unsigned int line, const char *condstr, const char *expect, const char *actual) |
Create new test failure. | |
void | ccunit_deleteTestFailure (CCUnitTestFailure *failure) |
Delete test failure object. |
|
Run Test and collect its results.
|
|
Collects a failed test together with the failed assertion.
|
|
Test class type.
|
|
Test class destructor.
|
|
Delete test failure object.
|
|
Initialize Test class.
|
|
Create new test failure.
|
|
hosts this site. |
Send comments to: CCUnit Developer |