[ CCUnit project page ] | [ CCUnit home page ] |
TestRunner module. [詳細]
#include <stdio.h>
#include <ccunit/CCUnitConfig.h>
#include <ccunit/CCUnitTestResult.h>
#include <ccunit/CCUnitTestSuite.h>
#include <ccunit/CCUnitTestListener.h>
データ構造 | |
struct | CCUnitTestRunner |
Runs a single test and collects its results. [詳細] | |
型定義 | |
typedef struct CCUnitTestRunner | CCUnitTestRunner |
A command line based tool to run tests. | |
関数 | |
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 Sun Aug 29 2010 10:59:33 for CCUnit by ![]() |