CCUnit project page | CCUnit home page |
Data Structures | |
struct | _CCUnitLine |
Read line. More... | |
Functions | |
int | readline () |
Get one line from stream. | |
char * | readDocCommentContents () |
read contents of doc comment. | |
char * | readDocComment () |
read document comment. | |
const char * | getTestName (CCUnitTestType_t type, const char *str) |
get test def. | |
const char * | getEndOfTest (CCUnitTestType_t type, const char *str) |
get end of test string. | |
_CCUnitFuncDef * | readTestCase (const char *type, const char *prefix, const char *desc) |
read test casedef. | |
void | setFixtureFunc (_CCUnitFuncDef **fpp, _CCUnitFuncDef *fp) |
set fixture function. | |
void | readTestFixture (_CCUnitTestSuiteDef *suite, const char *cname) |
read test fixture function. | |
void | readSuite (_CCUnitTestSuiteDef *suite) |
read test suite def. | |
Variables | |
_CCUnitLine | line |
Current processing line. | |
const char * | testTypeStr [] |
|
get end of test string.
|
|
get test def.
|
|
read document comment.
|
|
read contents of doc comment.
|
|
Get one line from stream.
This case copies a read line on the global variable
|
|
read test suite def.
|
|
read test casedef.
|
|
read test fixture function.
|
|
set fixture function.
|
|
Current processing line.
|
|
Initial value: { "fixture", "suite" } |
|
hosts this site. |
Send comments to: CCUnit Developer |