![]() |
My Project
|
#include <RealDescriptions.h>
Public Member Functions | |
| StaticSuiteDescription () | |
| StaticSuiteDescription (const char *argFile, unsigned argLine, const char *argSuiteName, TestSuite &argSuite, List &argTests) | |
| void | initialize (const char *argFile, unsigned argLine, const char *argSuiteName, TestSuite &argSuite, List &argTests) |
| TestSuite * | suite () const |
| bool | setUp () |
| bool | tearDown () |
| 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 () |
| 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 |
| void | attach (List &l) |
| void | detach (List &l) |
Private Member Functions | |
| StaticSuiteDescription (const StaticSuiteDescription &) | |
| StaticSuiteDescription & | operator= (const StaticSuiteDescription &) |
| void | doInitialize (TestSuite &argSuite) |
Private Attributes | |
| TestSuite * | _suite |
Definition at line 82 of file RealDescriptions.h.
| CxxTest::StaticSuiteDescription::StaticSuiteDescription | ( | ) |
Definition at line 155 of file RealDescriptions.cpp.
| CxxTest::StaticSuiteDescription::StaticSuiteDescription | ( | const char * | argFile, |
| unsigned | argLine, | ||
| const char * | argSuiteName, | ||
| TestSuite & | argSuite, | ||
| List & | argTests ) |
Definition at line 156 of file RealDescriptions.cpp.
|
private |
|
private |
Definition at line 172 of file RealDescriptions.cpp.
| void CxxTest::StaticSuiteDescription::initialize | ( | const char * | argFile, |
| unsigned | argLine, | ||
| const char * | argSuiteName, | ||
| TestSuite & | argSuite, | ||
| List & | argTests ) |
Definition at line 164 of file RealDescriptions.cpp.
|
private |
|
virtual |
|
virtual |
Implements CxxTest::SuiteDescription.
Definition at line 177 of file RealDescriptions.cpp.
|
virtual |
|
private |
Definition at line 104 of file RealDescriptions.h.