#include <RealDescriptions.h>
|
| 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 TestSuite * | suite () const =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) |
|
void | doInitialize (unsigned argCreateLine, unsigned argDestroyLine) |
Definition at line 107 of file RealDescriptions.h.
◆ CommonDynamicSuiteDescription() [1/2]
CxxTest::CommonDynamicSuiteDescription::CommonDynamicSuiteDescription |
( |
| ) |
|
◆ CommonDynamicSuiteDescription() [2/2]
CxxTest::CommonDynamicSuiteDescription::CommonDynamicSuiteDescription |
( |
const char * | argFile, |
|
|
unsigned | argLine, |
|
|
const char * | argSuiteName, |
|
|
List & | argTests, |
|
|
unsigned | argCreateLine, |
|
|
unsigned | argDestroyLine ) |
Definition at line 186 of file RealDescriptions.cpp.
188 :
190 {
192 }
void doInitialize(unsigned argCreateLine, unsigned argDestroyLine)
◆ doInitialize()
void CxxTest::CommonDynamicSuiteDescription::doInitialize |
( |
unsigned | argCreateLine, |
|
|
unsigned | argDestroyLine ) |
|
private |
◆ initialize()
void CxxTest::CommonDynamicSuiteDescription::initialize |
( |
const char * | argFile, |
|
|
unsigned | argLine, |
|
|
const char * | argSuiteName, |
|
|
List & | argTests, |
|
|
unsigned | argCreateLine, |
|
|
unsigned | argDestroyLine ) |
Definition at line 194 of file RealDescriptions.cpp.
197 {
200 }
void initialize(const char *argFile, unsigned argLine, const char *argSuiteName, List &argTests)
◆ _createLine
unsigned CxxTest::CommonDynamicSuiteDescription::_createLine |
|
protected |
◆ _destroyLine
unsigned CxxTest::CommonDynamicSuiteDescription::_destroyLine |
|
protected |
The documentation for this class was generated from the following files: