[ CCUnit project page ] | [ CCUnit home page ] |
TestFixture module implementation. [詳細]
#include <ccunit/CCUnitTestFixture.h>
#include <ccunit/CCUnitTestResult.h>
#include <assert.h>
#include <setjmp.h>
関数 | |
void | _ccunit_startTest (CCUnitTestResult *result, struct CCUnitTestCase *test) |
void | _ccunit_endTest (CCUnitTestResult *result, struct CCUnitTestCase *test) |
void | ccunit_addTestCase (CCUnitTestFixture *fixture, CCUnitTestCase *testCase) |
CCUnitTestCase * | ccunit_addNewTestCase (CCUnitTestFixture *fixture, const char *name, const char *desc, void(*runTest)()) |
static CCUnitTestFailure * | runTest (CCUnitTestCase *testCase, CCUnitTestFunc *setUp, CCUnitTestFunc *tearDown, CCUnitTestResult *result) |
Runs the bare test sequence. | |
static void | run (CCUnitTest *test, CCUnitTestResult *result) |
Runs the test fixture and collects the results in CCUnitTestResult. | |
static void | destroy (CCUnitTest *test) |
Destruct test fixture. | |
CCUnitTestFixture * | ccunit_newTestFixture (const char *name, CCUnitTestFunc *setUp, CCUnitTestFunc *tearDown) |
void | ccunit_setTestFixtureSetup (CCUnitTestFixture *fixture, CCUnitTestFunc *setup_setUp, CCUnitTestFunc *setup_tearDown) |
struct CCUnitTestResult * | ccunit_runTestFixture (CCUnitTestFixture *f) |
変数 | |
jmp_buf | _ccunit_runTest_env |
run tests exception environment. | |
CCUnitTestFailure * | _ccunit_testFailure |
run tests exception. |
TestFixture module implementation.
void _ccunit_endTest | ( | CCUnitTestResult * | result, | |
struct CCUnitTestCase * | test | |||
) |
void _ccunit_startTest | ( | CCUnitTestResult * | result, | |
struct CCUnitTestCase * | test | |||
) |
CCUnitTestCase* ccunit_addNewTestCase | ( | CCUnitTestFixture * | fixture, | |
const char * | name, | |||
const char * | desc, | |||
void(*)() | runTest | |||
) |
void ccunit_addTestCase | ( | CCUnitTestFixture * | fixture, | |
CCUnitTestCase * | testCase | |||
) | [inline] |
CCUnitTestFixture* ccunit_newTestFixture | ( | const char * | name, | |
CCUnitTestFunc * | setUp, | |||
CCUnitTestFunc * | tearDown | |||
) |
struct CCUnitTestResult* ccunit_runTestFixture | ( | CCUnitTestFixture * | f | ) | [read] |
void ccunit_setTestFixtureSetup | ( | CCUnitTestFixture * | fixture, | |
CCUnitTestFunc * | setup_setUp, | |||
CCUnitTestFunc * | setup_tearDown | |||
) | [inline] |
static void destroy | ( | CCUnitTest * | test | ) | [static] |
Destruct test fixture.
test | destruct test. |
参照先 ccunit_deleteList(), ccunit_deleteTestCase(), ccunit_deleteTestFunc(), safe_free, と CCUnitTest::type.
static void run | ( | CCUnitTest * | test, | |
CCUnitTestResult * | result | |||
) | [static] |
Runs the test fixture and collects the results in CCUnitTestResult.
test | A test to run. | |
result | A result container. |
参照先 _ccunit_endTest(), _ccunit_runTest_env, _ccunit_startTest(), ccunit_addFailure(), ccunit_initListIterator(), ccunit_nextListIterator(), runTest(), CCUnitTestCase::setUp, と CCUnitTest::type.
static CCUnitTestFailure* runTest | ( | CCUnitTestCase * | testCase, | |
CCUnitTestFunc * | setUp, | |||
CCUnitTestFunc * | tearDown, | |||
CCUnitTestResult * | result | |||
) | [static] |
Runs the bare test sequence.
参照先 _ccunit_runTest_env, ccunit_addFailure(), CCUnitTestResult::runCount, と CCUnitTestFunc::runTest.
参照元 ccunit_addNewTestCase(), と run().
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sun Aug 29 2010 10:59:33 for CCUnit by ![]() |