[ CCUnit project page ] [ CCUnit home page ]
Data Structures | Defines | Typedefs | Functions

CCUnitTestFunc.h File Reference

TestCase function module. More...

#include <ccunit/CCUnitConfig.h>
Include dependency graph for CCUnitTestFunc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  CCUnitTestFunc
 A single test function object. More...

Defines

#define CCUNIT_NEWTESTFUNC(FUNC)   ccunit_newTestFunc (#FUNC, NULL, FUNC)

Typedefs

typedef struct CCUnitTestFunc CCUnitTestFunc
 A single test function object.

Functions

CCUnitTestFuncccunit_newTestFunc (const char *name, const char *desc, void(*runTest)())
 Create new test function.
void ccunit_deleteTestFunc (CCUnitTestFunc *f)
 Delete test function.

Detailed Description

TestCase function module.

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