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

Data Fields | |
| 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 cases. Here is an example.
CCUnitTestSuite* suite = ccunit_newTestSuite (); ccunit_addTestCase (suite, TESTCASE_1); ccunit_addTestCase (suite, TESTCASE_2);
| const char* CCUnitTestSuite::name |
test suite name
Referenced by destroy().
super class
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:39 for CCUnit by 1.7.1
|