A single test function object. [詳細]
#include <CCUnitTestFunc.h>
変数 | |
const char * | name |
test func name | |
const char * | desc |
test description | |
void(* | runTest )() |
run test function |
A single test function object.
For each test implement a function which interacts with the case. Verify the expected results with assertions specified by calling CCUNIT_ASSERT on the expression you want to test:
const char* CCUnitTestFunc::desc |
test description
参照元 ccunit_deleteTestFunc(), ccunit_newTestFunc(), ccunit_newTestSuiteFromDfn(), と printFailures().
const char* CCUnitTestFunc::name |
test func name
参照元 ccunit_addTestFunc(), ccunit_deleteTestFunc(), ccunit_newTestFunc(), と ccunit_newTestSuiteFromDfn().
void(* CCUnitTestFunc::runTest)() |
run test function
参照元 ccunit_newTestFunc(), ccunit_newTestSuiteFromDfn(), run(), と runTest().
|
hosts this site. | Send comments to: CCUnit Developer |
CCUnitに対してSat Jul 13 2013 15:09:26に生成されました。
![]() |