|
| | 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 () |
| |
| virtual const char * | file () const =0 |
| |
| virtual unsigned | line () const =0 |
| |
| virtual const char * | suiteName () const =0 |
| |
| virtual TestSuite * | suite () const =0 |
| |
| virtual unsigned | numTests () const =0 |
| |
| virtual const TestDescription & | testDescription (unsigned) const =0 |
| |
| virtual TestDescription * | firstTest ()=0 |
| |
| virtual const TestDescription * | firstTest () const =0 |
| |
| virtual SuiteDescription * | next ()=0 |
| |
| virtual const SuiteDescription * | next () const =0 |
| |
| virtual void | activateAllTests ()=0 |
| |
| virtual bool | leaveOnly (const char *)=0 |
| |
| | 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) |
| |
template<class S>
class CxxTest::DynamicSuiteDescription< S >
Definition at line 127 of file RealDescriptions.h.