CCUnit  2.1
A C Unit Testing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
CCUnitMakeSuite.h File Reference

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>
Include dependency graph for CCUnitMakeSuite.h:
This graph shows which files directly or indirectly include this file:

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

_CCUnitTestSuiteDefccunit_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.

Detailed Description

Make test suite object code from test source code.

SourceForge.jp hosts this site. Send comments to: CCUnit Developer