TestSuite_t Struct Reference

A Suite is a loose collection of test cases. More...

#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.


Detailed Description

A Suite is a loose collection of test cases.

It consists of other suites and fixtures.


Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 13 11:10:16 2011 for AceUnit by  doxygen 1.5.3