#include <RealDescriptions.h>
Definition at line 201 of file RealDescriptions.h.
◆ activateAllTests()
void CxxTest::RealWorldDescription::activateAllTests |
( |
| ) |
|
|
virtual |
◆ firstSuite() [1/2]
◆ firstSuite() [2/2]
◆ leaveOnly()
bool CxxTest::RealWorldDescription::leaveOnly |
( |
const char * |
suiteName, |
|
|
const char * |
testName = 0 |
|
) |
| |
|
virtual |
Implements CxxTest::WorldDescription.
Definition at line 248 of file RealDescriptions.cpp.
250 for ( SuiteDescription *sd =
firstSuite(); sd != 0; sd = sd->
next() ) {
253 if ( !sd->leaveOnly( testName ) )
bool stringsEqual(const char *s1, const char *s2)
SuiteDescription * firstSuite()
virtual SuiteDescription * next()=0
void leaveOnly(const Link &link)
◆ numSuites()
unsigned CxxTest::RealWorldDescription::numSuites |
( |
void |
| ) |
const |
|
virtual |
◆ numTotalTests()
unsigned CxxTest::RealWorldDescription::numTotalTests |
( |
void |
| ) |
const |
|
virtual |
◆ reportError()
void CxxTest::RealWorldDescription::reportError |
( |
const char * |
message | ) |
|
|
static |
Definition at line 294 of file RealDescriptions.cpp.
void message(int i, int *reduc, int *olddeg, kStrategy strat, int red_result)
void doWarn(const char *file, unsigned line, const char *message)
◆ setUp()
bool CxxTest::RealWorldDescription::setUp |
( |
| ) |
|
|
virtual |
Implements CxxTest::Link.
Definition at line 262 of file RealDescriptions.cpp.
266 _TS_TRY { ok = gf->setUpWorld(); }
#define _TS_LAST_CATCH(b)
static GlobalFixture * firstGlobalFixture()
static void reportError(const char *message)
GlobalFixture * nextGlobalFixture()
◆ suiteDescription()
◆ suites()
List & CxxTest::RealWorldDescription::suites |
( |
| ) |
|
|
static |
◆ tearDown()
bool CxxTest::RealWorldDescription::tearDown |
( |
| ) |
|
|
virtual |
Implements CxxTest::Link.
Definition at line 278 of file RealDescriptions.cpp.
282 _TS_TRY { ok = gf->tearDownWorld(); }
#define _TS_LAST_CATCH(b)
static GlobalFixture * lastGlobalFixture()
GlobalFixture * prevGlobalFixture()
static void reportError(const char *message)
The documentation for this class was generated from the following files: