|
CCUnit
2.1
A C Unit Testing Library
|
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 Sat Jul 13 2013 15:09:12 for CCUnit by
1.8.1.1
|