|
| DynamicSuiteDescription () |
| DynamicSuiteDescription (const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests, S *&argSuite, unsigned argCreateLine, unsigned argDestroyLine) |
void | initialize (const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests, S *&argSuite, unsigned argCreateLine, unsigned argDestroyLine) |
TestSuite * | suite () const |
bool | setUp () |
bool | tearDown () |
| CommonDynamicSuiteDescription () |
| CommonDynamicSuiteDescription (const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests, unsigned argCreateLine, unsigned argDestroyLine) |
void | initialize (const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests, unsigned argCreateLine, unsigned argDestroyLine) |
| RealSuiteDescription () |
| RealSuiteDescription (const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests) |
void | initialize (const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests) |
const char * | file () const |
unsigned | line () const |
const char * | suiteName () const |
TestDescription * | firstTest () |
const TestDescription * | firstTest () const |
SuiteDescription * | next () |
const SuiteDescription * | next () const |
unsigned | numTests () const |
const TestDescription & | testDescription (unsigned i) const |
void | activateAllTests () |
bool | leaveOnly (const char *testName) |
virtual | ~SuiteDescription () |
| Link () |
virtual | ~Link () |
bool | active () const |
void | setActive (bool value=true) |
Link * | justNext () |
Link * | justPrev () |
Link * | next () |
Link * | prev () |
const Link * | next () const |
const Link * | prev () const |
void | attach (List &l) |
void | detach (List &l) |
template<class S>
class CxxTest::DynamicSuiteDescription< S >
Definition at line 127 of file RealDescriptions.h.