CCUnit project page CCUnit home page

Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

CCUnitPrintSuite.c File Reference


Detailed Description

WriteSuite module implementation.

#include <ccunit/CCUnitMakeSuite.h>
#include <ccunit/CCUnitLogMessage.h>
#include <stdio.h>

Include dependency graph for CCUnitPrintSuite.c:

Include dependency graph

Functions

void printPrototype (FILE *ofp, const char *type, _CCUnitFuncDef *fdef)
 print function prototype.

void printPrototypes (FILE *ofp, _CCUnitTestSuiteDef *suitedef)
 print test suite/fixture prototypes.

void printTestFunc (FILE *ofp, _CCUnitFuncDef *fndef)
void printFixture (FILE *ofp, _CCUnitTestFixtureDef *fxdef)
 print test fixture adding function.

void printSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite)
 print test suite adding function.

void ccunit_printSuite (FILE *ofp, const char *name, _CCUnitTestSuiteDef *suite)
 output test suite making function code.


Variables

const char * ccunitTypeNames []
 CCUnitTestType_t name string.


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