| [ CCUnit project page ] | [ CCUnit home page ] |
TestRunner module. More...
#include <stdio.h>#include <ccunit/CCUnitConfig.h>#include <ccunit/CCUnitTestResult.h>#include <ccunit/CCUnitTestSuite.h>#include <ccunit/CCUnitTestListener.h>

Go to the source code of this file.
Data Structures | |
| struct | CCUnitTestRunner |
| Runs a single test and collects its results. More... | |
Typedefs | |
| typedef struct CCUnitTestRunner | CCUnitTestRunner |
| A command line based tool to run tests. | |
Functions | |
| CCUnitTestRunner * | ccunit_newTestRunner (FILE *output) |
| constructor. | |
| void | ccunit_deleteTestRunner (CCUnitTestRunner *runner) |
| destructor. | |
| int | ccunit_runTestRunner (CCUnitTestRunner *runner, CCUnitTestSuite *suite) |
| Runs test suite. | |
| CCUnitTestResult * | ccunit_getResult (CCUnitTestRunner *runner) |
| Get test result. | |
TestRunner module.
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:38 for CCUnit by 1.7.1
|