![]() |
My Project
|
#include <RealDescriptions.h>
Public Member Functions | |
| 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) |
| Public Member Functions inherited from CxxTest::RealSuiteDescription | |
| 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) |
| Public Member Functions inherited from CxxTest::SuiteDescription | |
| virtual | ~SuiteDescription () |
| virtual TestSuite * | suite () const =0 |
| Public Member Functions inherited from CxxTest::Link | |
| 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 |
| virtual bool | setUp ()=0 |
| virtual bool | tearDown ()=0 |
| void | attach (List &l) |
| void | detach (List &l) |
Protected Attributes | |
| unsigned | _createLine |
| unsigned | _destroyLine |
Private Member Functions | |
| void | doInitialize (unsigned argCreateLine, unsigned argDestroyLine) |
Definition at line 107 of file RealDescriptions.h.
| CxxTest::CommonDynamicSuiteDescription::CommonDynamicSuiteDescription | ( | ) |
Definition at line 185 of file RealDescriptions.cpp.
| CxxTest::CommonDynamicSuiteDescription::CommonDynamicSuiteDescription | ( | const char * | argFile, |
| unsigned | argLine, | ||
| const char * | argSuiteName, | ||
| List & | argTests, | ||
| unsigned | argCreateLine, | ||
| unsigned | argDestroyLine ) |
Definition at line 186 of file RealDescriptions.cpp.
|
private |
Definition at line 202 of file RealDescriptions.cpp.
| void CxxTest::CommonDynamicSuiteDescription::initialize | ( | const char * | argFile, |
| unsigned | argLine, | ||
| const char * | argSuiteName, | ||
| List & | argTests, | ||
| unsigned | argCreateLine, | ||
| unsigned | argDestroyLine ) |
Definition at line 194 of file RealDescriptions.cpp.
|
protected |
Definition at line 120 of file RealDescriptions.h.
|
protected |
Definition at line 120 of file RealDescriptions.h.