| [ CCUnit project page ] | [ CCUnit home page ] |
A Composite class of Tests.
[詳細]
#include <CCUnitTestSuite.h>

変数 | |
| CCUnitTest | test |
| super class | |
| const char * | name |
| test suite name | |
| CCUnitList | tests |
| added test case/suite list | |
A Composite class of Tests.
It runs a collection of test case or suite. Here is an example.
CCUnitTestSuite* suite = ccunit_newTestSuite ("a test suite"); ccunit_addTestCase (suite, TESTCASE); ccunit_addTestSuite (suite, TESTSUITE);
| const char* CCUnitTestSuite::name |
test suite name
参照元 destroy().
super class
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Sun Aug 29 2010 10:59:35 for CCUnit by 1.7.1
|