#include <RealDescriptions.h>
Definition at line 14 of file RealDescriptions.h.
CxxTest::RealTestDescription::RealTestDescription |
( |
| ) |
|
CxxTest::RealTestDescription::RealTestDescription |
( |
List & |
argList, |
|
|
SuiteDescription & |
argSuite, |
|
|
unsigned |
argLine, |
|
|
const char * |
argTestName |
|
) |
| |
Definition at line 17 of file RealDescriptions.cpp.
22 initialize( argList, argSuite, argLine, argTestName );
void initialize(List &argList, SuiteDescription &argSuite, unsigned argLine, const char *argTestName)
const char * CxxTest::RealTestDescription::file |
( |
| ) |
const |
|
virtual |
void CxxTest::RealTestDescription::initialize |
( |
List & |
argList, |
|
|
SuiteDescription & |
argSuite, |
|
|
unsigned |
argLine, |
|
|
const char * |
argTestName |
|
) |
| |
unsigned CxxTest::RealTestDescription::line |
( |
| ) |
const |
|
virtual |
void CxxTest::RealTestDescription::run |
( |
| ) |
|
|
virtual |
virtual void CxxTest::RealTestDescription::runTest |
( |
| ) |
|
|
privatepure virtual |
bool CxxTest::RealTestDescription::setUp |
( |
| ) |
|
|
virtual |
Implements CxxTest::Link.
Definition at line 36 of file RealDescriptions.cpp.
#define _TS_LAST_CATCH(b)
static GlobalFixture * firstGlobalFixture()
TestSuite * suite() const
const char * file() const
#define _TS_CATCH_ABORT(b)
void doFailTest(const char *file, unsigned line, const char *message)
#define _TSM_ASSERT_THROWS_NOTHING(f, l, m, e)
GlobalFixture * nextGlobalFixture()
TestSuite * CxxTest::RealTestDescription::suite |
( |
| ) |
const |
Definition at line 92 of file RealDescriptions.cpp.
SuiteDescription * _suite
virtual TestSuite * suite() const =0
const char * CxxTest::RealTestDescription::suiteName |
( |
| ) |
const |
|
virtual |
bool CxxTest::RealTestDescription::tearDown |
( |
| ) |
|
|
virtual |
Implements CxxTest::Link.
Definition at line 60 of file RealDescriptions.cpp.
72 _TS_TRY { ok = gf->tearDown(); }
#define _TS_LAST_CATCH(b)
static GlobalFixture * lastGlobalFixture()
TestSuite * suite() const
const char * file() const
#define _TS_CATCH_ABORT(b)
void doFailTest(const char *file, unsigned line, const char *message)
GlobalFixture * prevGlobalFixture()
#define _TSM_ASSERT_THROWS_NOTHING(f, l, m, e)
const char * CxxTest::RealTestDescription::testName |
( |
| ) |
const |
|
virtual |
unsigned CxxTest::RealTestDescription::_line |
|
private |
const char* CxxTest::RealTestDescription::_testName |
|
private |
The documentation for this class was generated from the following files: