#include <RealDescriptions.h>
|
| 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 () |
| 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 () |
| 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) |
Definition at line 82 of file RealDescriptions.h.
◆ StaticSuiteDescription() [1/3]
CxxTest::StaticSuiteDescription::StaticSuiteDescription |
( |
| ) |
|
◆ StaticSuiteDescription() [2/3]
CxxTest::StaticSuiteDescription::StaticSuiteDescription |
( |
const char * | argFile, |
|
|
unsigned | argLine, |
|
|
const char * | argSuiteName, |
|
|
TestSuite & | argSuite, |
|
|
List & | argTests ) |
◆ StaticSuiteDescription() [3/3]
◆ doInitialize()
void CxxTest::StaticSuiteDescription::doInitialize |
( |
TestSuite & | argSuite | ) |
|
|
private |
◆ initialize()
void CxxTest::StaticSuiteDescription::initialize |
( |
const char * | argFile, |
|
|
unsigned | argLine, |
|
|
const char * | argSuiteName, |
|
|
TestSuite & | argSuite, |
|
|
List & | argTests ) |
Definition at line 164 of file RealDescriptions.cpp.
167 {
170 }
void initialize(const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests)
◆ operator=()
◆ setUp()
bool CxxTest::StaticSuiteDescription::setUp |
( |
| ) |
|
|
virtual |
◆ suite()
TestSuite * CxxTest::StaticSuiteDescription::suite |
( |
| ) |
const |
|
virtual |
◆ tearDown()
bool CxxTest::StaticSuiteDescription::tearDown |
( |
| ) |
|
|
virtual |
◆ _suite
TestSuite* CxxTest::StaticSuiteDescription::_suite |
|
private |
The documentation for this class was generated from the following files: