CCUnit project page | CCUnit home page |
#include <ccunit/CCUnitConfig.h>
Include dependency graph for CCUnitTest.h:
This graph shows which files directly or indirectly include this file:
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 CCUnitTest | CCUnitTest |
Run Test and collect its results. | |
typedef 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 class type.
|
|
hosts this site. |
Send comments to: CCUnit Developer |