CCUnit
2.1
A C Unit Testing Library
|
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 func definition information. More... | |
struct | _CCUnitTestCaseDef |
Test case definition information. More... |
Typedefs | |
typedef struct _CCUnitTestDef | _CCUnitTestDef |
Test definition information. | |
typedef struct _CCUnitTestSuiteDef | _CCUnitTestSuiteDef |
Test suite definition information. | |
typedef struct _CCUnitFuncDef | _CCUnitFuncDef |
Test func definition information. | |
typedef struct _CCUnitTestCaseDef | _CCUnitTestCaseDef |
Test case 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 func source codes. | |
int | ccunit_va_makeSuite (const char *prg,...) |
Generate a code to creating test suite code from the test func source codes. |
Make test suite object code from test source code.
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sat Jul 13 2013 15:09:11 for CCUnit by
![]() |