|
CCUnit
2.1
A C Unit Testing Library
|
A single test function object. More...
#include <CCUnitTestFunc.h>

Data Fields | |
| const char * | name |
| test func name | |
| const char * | desc |
| test description | |
| void(* | runTest )() |
| run test function | |
A single test function object.
For each test implement a function which interacts with the case. Verify the expected results with assertions specified by calling CCUNIT_ASSERT on the expression you want to test:
| const char* CCUnitTestFunc::desc |
test description
Referenced by ccunit_deleteTestFunc(), ccunit_newTestFunc(), ccunit_newTestSuiteFromDfn(), and printFailures().
| const char* CCUnitTestFunc::name |
test func name
Referenced by ccunit_addTestFunc(), ccunit_deleteTestFunc(), ccunit_newTestFunc(), and ccunit_newTestSuiteFromDfn().
| void(* CCUnitTestFunc::runTest)() |
run test function
Referenced by ccunit_newTestFunc(), ccunit_newTestSuiteFromDfn(), run(), and runTest().
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:17 for CCUnit by
1.8.1.1
|