![]() |
My Project
debian-1:4.1.1-p2+ds-4
|
#include <RealDescriptions.h>
Public Member Functions | |
| 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) |
Private Member Functions | |
| RealSuiteDescription (const RealSuiteDescription &) | |
| RealSuiteDescription & | operator= (const RealSuiteDescription &) |
Private Attributes | |
| const char * | _file |
| unsigned | _line |
| const char * | _suiteName |
| List * | _tests |
Static Private Attributes | |
| static List | _suites = { 0, 0 } |
Friends | |
| class | RealWorldDescription |
Definition at line 46 of file RealDescriptions.h.
| CxxTest::RealSuiteDescription::RealSuiteDescription | ( | ) |
Definition at line 101 of file RealDescriptions.cpp.
| CxxTest::RealSuiteDescription::RealSuiteDescription | ( | const char * | argFile, |
| unsigned | argLine, | ||
| const char * | argSuiteName, | ||
| List & | argTests | ||
| ) |
Definition at line 102 of file RealDescriptions.cpp.
|
private |
|
virtual |
Implements CxxTest::SuiteDescription.
Definition at line 139 of file RealDescriptions.cpp.
|
virtual |
|
virtual |
Implements CxxTest::SuiteDescription.
Definition at line 127 of file RealDescriptions.cpp.
|
virtual |
Implements CxxTest::SuiteDescription.
Definition at line 128 of file RealDescriptions.cpp.
| void CxxTest::RealSuiteDescription::initialize | ( | const char * | argFile, |
| unsigned | argLine, | ||
| const char * | argSuiteName, | ||
| List & | argTests | ||
| ) |
Definition at line 110 of file RealDescriptions.cpp.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements CxxTest::SuiteDescription.
Definition at line 132 of file RealDescriptions.cpp.
|
private |
|
virtual |
|
virtual |
Implements CxxTest::SuiteDescription.
Definition at line 134 of file RealDescriptions.cpp.
|
friend |
Definition at line 79 of file RealDescriptions.h.
|
private |
Definition at line 73 of file RealDescriptions.h.
|
private |
Definition at line 74 of file RealDescriptions.h.
|
private |
Definition at line 75 of file RealDescriptions.h.
|
staticprivate |
Definition at line 78 of file RealDescriptions.h.
|
private |
Definition at line 76 of file RealDescriptions.h.