| [ CCUnit project page ] | [ CCUnit home page ] |
Make test suite object code from test source code. More...
#include <ccunit/CCUnitConfig.h>#include <ccunit/CCUnitList.h>#include <ccunit/CCUnitTest.h>#include <stdio.h>

Go to the source code of this file.
Data Structures | |
| struct | _CCUnitTestDef |
| Test definition information. More... | |
| struct | _CCUnitTestSuiteDef |
| Test suite definition information. More... | |
| struct | _CCUnitFuncDef |
| Test case definition information. More... | |
| struct | _CCUnitTestFixtureDef |
| Test fixture definition information. More... | |
Typedefs | |
| typedef struct _CCUnitTestDef | _CCUnitTestDef |
| Test definition information. | |
| typedef struct _CCUnitTestSuiteDef | _CCUnitTestSuiteDef |
| Test suite definition information. | |
| typedef struct _CCUnitFuncDef | _CCUnitFuncDef |
| Test case definition information. | |
| typedef struct _CCUnitTestFixtureDef | _CCUnitTestFixtureDef |
| Test fixture definition information. | |
Functions | |
| _CCUnitTestSuiteDef * | ccunit_newTestSuiteDef (const char *name) |
| create new test suite def. | |
| void | ccunit_deleteTestSuiteDef (_CCUnitTestSuiteDef *suite) |
| delete test suite def. | |
| void | ccunit_readSuite (const char *fname, _CCUnitTestSuiteDef *parent) |
| read test unit suite from specified stream. | |
| void | ccunit_writeSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
| output test suite making function code. | |
| void | ccunit_printSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite) |
| output test suite making function code. | |
| int | ccunit_makeSuite (int ac, char **av) |
| Generate a code to creating test suite code from the test case source codes. | |
| int | ccunit_va_makeSuite (const char *prg,...) |
| Generate a code to creating test suite code from the test case source codes. | |
Make test suite object code from test source code.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|