CCUnit project page | CCUnit home page |
#include <ccunit/CCUnitConfig.h>
#include <ccunit/CCUnitList.h>
#include <ccunit/CCUnitTest.h>
#include <ccunit/CCUnitTestCase.h>
#include <ccunit/CCUnitTestResult.h>
Include dependency graph for CCUnitTestFixture.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | CCUnitTestFixture |
Wraps a test case with setUp and tearDown methods. More... | |
struct | CCUnitTestFixtureDfn |
TestFixture definition structure. More... | |
Typedefs | |
typedef CCUnitTestFixture | CCUnitTestFixture |
Wraps a test case with setUp and tearDown methods. | |
typedef CCUnitTestFixtureDfn | CCUnitTestFixtureDfn |
TestFixture definition structure. | |
Functions | |
CCUnitTestFixture * | ccunit_newTestFixture (const char *name, CCUnitTestFunc *setUp, CCUnitTestFunc *tearDown) |
create new test fixture. | |
void | ccunit_addTestCase (CCUnitTestFixture *fixture, CCUnitTestCase *testCase) |
add test case to test fixture. | |
CCUnitTestCase * | ccunit_addNewTestCase (CCUnitTestFixture *fixture, const char *name, const char *desc, void(*runTest)()) |
add new test case to test fixture. | |
CCUnitTestResult * | ccunit_runTestFixture (CCUnitTestFixture *f) |
run test cases and collect its results. |
|
hosts this site. |
Send comments to: CCUnit Developer |