CCUnit
2.1
A C Unit Testing Library
|
Run Test and collect its results. More...
#include <CCUnitTest.h>
Data Fields | |
CCUnitTestType_t | type |
test class type | |
void(* | run )(struct CCUnitTest *, struct CCUnitTestResult *) |
test run method | |
void(* | dtor )(struct CCUnitTest *) |
test object destructor |
Run Test and collect its results.
void(* CCUnitTest::dtor)(struct CCUnitTest *) |
test object destructor
Referenced by ccunit_deleteTest(), and ccunit_initTest().
void(* CCUnitTest::run)(struct CCUnitTest *, struct CCUnitTestResult *) |
test run method
Referenced by ccunit_initTest(), ccunit_runTestCase(), ccunit_runTestSuite(), and run().
CCUnitTestType_t CCUnitTest::type |
test class type
Referenced by ccunit_initTest(), destroy(), and run().
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:17 for CCUnit by
![]() |