CCUnit project page | CCUnit home page |
#include <stdio.h>
#include <ccunit/CCUnitConfig.h>
#include <ccunit/CCUnitTestResult.h>
#include <ccunit/CCUnitTestSuite.h>
#include <ccunit/CCUnitTestListener.h>
Include dependency graph for CCUnitTestRunner.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | CCUnitTestRunner |
Runs a single test and collects its results. More... | |
Typedefs | |
typedef 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. |
|
hosts this site. |
Send comments to: CCUnit Developer |