#include <RealDescriptions.h>
Definition at line 14 of file RealDescriptions.h.
◆ RealTestDescription() [1/3]
CxxTest::RealTestDescription::RealTestDescription |
( |
| ) |
|
◆ RealTestDescription() [2/3]
CxxTest::RealTestDescription::RealTestDescription |
( |
List & |
argList, |
|
|
SuiteDescription & |
argSuite, |
|
|
unsigned |
argLine, |
|
|
const char * |
argTestName |
|
) |
| |
◆ RealTestDescription() [3/3]
◆ file()
const char * CxxTest::RealTestDescription::file |
( |
| ) |
const |
|
virtual |
◆ initialize()
void CxxTest::RealTestDescription::initialize |
( |
List & |
argList, |
|
|
SuiteDescription & |
argSuite, |
|
|
unsigned |
argLine, |
|
|
const char * |
argTestName |
|
) |
| |
◆ line()
unsigned CxxTest::RealTestDescription::line |
( |
| ) |
const |
|
virtual |
◆ next() [1/2]
◆ next() [2/2]
◆ operator=()
◆ run()
void CxxTest::RealTestDescription::run |
( |
| ) |
|
|
virtual |
◆ runTest()
virtual void CxxTest::RealTestDescription::runTest |
( |
| ) |
|
|
privatepure virtual |
◆ setUp()
bool CxxTest::RealTestDescription::setUp |
( |
| ) |
|
|
virtual |
Implements CxxTest::Link.
Definition at line 36 of file RealDescriptions.cpp.
37 {
39 return false;
40
42 bool ok;
45
46 if ( !ok ) {
48 return false;
49 }
50 }
51
54 }
56
57 return true;
58 }
#define _TS_LAST_CATCH(b)
#define _TSM_ASSERT_THROWS_NOTHING(f, l, m, e)
GlobalFixture * nextGlobalFixture()
static GlobalFixture * firstGlobalFixture()
TestSuite * suite() const
void doFailTest(const char *file, unsigned line, const char *message)
◆ suite()
TestSuite * CxxTest::RealTestDescription::suite |
( |
| ) |
const |
◆ suiteName()
const char * CxxTest::RealTestDescription::suiteName |
( |
| ) |
const |
|
virtual |
◆ tearDown()
bool CxxTest::RealTestDescription::tearDown |
( |
| ) |
|
|
virtual |
Implements CxxTest::Link.
Definition at line 60 of file RealDescriptions.cpp.
61 {
63 return false;
64
67 }
69
71 bool ok;
72 _TS_TRY { ok = gf->tearDown(); }
74
75 if ( !ok ) {
77 return false;
78 }
79 }
80
81 return true;
82 }
GlobalFixture * prevGlobalFixture()
static GlobalFixture * lastGlobalFixture()
◆ testName()
const char * CxxTest::RealTestDescription::testName |
( |
| ) |
const |
|
virtual |
◆ _line
unsigned CxxTest::RealTestDescription::_line |
|
private |
◆ _suite
◆ _testName
const char* CxxTest::RealTestDescription::_testName |
|
private |
The documentation for this class was generated from the following files: