![]() |
My Project
|
#include <RealDescriptions.h>
Public Member Functions | |
| 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 () |
| Public Member Functions inherited from CxxTest::CommonDynamicSuiteDescription | |
| 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 () |
| 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 | |
| S * | realSuite () const |
| void | setSuite (S *s) |
| void | createSuite () |
| void | destroySuite () |
Private Attributes | |
| S ** | _suite |
Additional Inherited Members | |
| Protected Attributes inherited from CxxTest::CommonDynamicSuiteDescription | |
| unsigned | _createLine |
| unsigned | _destroyLine |
Definition at line 127 of file RealDescriptions.h.
|
inline |
Definition at line 130 of file RealDescriptions.h.
|
inline |
Definition at line 131 of file RealDescriptions.h.
|
inlineprivate |
Definition at line 160 of file RealDescriptions.h.
|
inlineprivate |
Definition at line 165 of file RealDescriptions.h.
|
inline |
Definition at line 140 of file RealDescriptions.h.
|
inlineprivate |
Definition at line 157 of file RealDescriptions.h.
|
inlineprivate |
Definition at line 158 of file RealDescriptions.h.
|
virtual |
Implements CxxTest::Link.
Definition at line 176 of file RealDescriptions.h.
|
inlinevirtual |
|
virtual |
Implements CxxTest::Link.
Definition at line 188 of file RealDescriptions.h.
|
private |
Definition at line 172 of file RealDescriptions.h.