#include <AceUnit.h>
Data Fields | |
SuiteId_t const | id |
The Id of this suite. | |
const char * | name |
The name of this suite. | |
struct TestSuite_tt *const *const | suites |
The suites that are contained in this suite. |
It consists of other suites and fixtures.
SuiteId_t const TestSuite_t::id |
The Id of this suite.
const char* TestSuite_t::name |
The name of this suite.
struct TestSuite_tt* const* const TestSuite_t::suites [read] |
The suites that are contained in this suite.
If this Suite is a Fixture, this value is NULL.