My Project
|
#include <DummyDescriptions.h>
Public Member Functions | |
DummyTestDescription () | |
const char * | file () const |
unsigned | line () const |
const char * | testName () const |
const char * | suiteName () const |
bool | setUp () |
void | run () |
bool | tearDown () |
TestDescription * | next () |
const TestDescription * | next () const |
Public Member Functions inherited from CxxTest::TestDescription | |
virtual | ~TestDescription () |
virtual const char * | file () const =0 |
virtual unsigned | line () const =0 |
virtual const char * | testName () const =0 |
virtual const char * | suiteName () const =0 |
virtual void | run ()=0 |
virtual const TestDescription * | next () const =0 |
virtual TestDescription * | next ()=0 |
Public Member Functions inherited from CxxTest::Link | |
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) |
Definition at line 12 of file DummyDescriptions.h.
CxxTest::DummyTestDescription::DummyTestDescription | ( | ) |
Definition at line 5 of file DummyDescriptions.cpp.
|
virtual |
Implements CxxTest::TestDescription.
Definition at line 7 of file DummyDescriptions.cpp.
|
virtual |
Implements CxxTest::TestDescription.
Definition at line 8 of file DummyDescriptions.cpp.
|
virtual |
Implements CxxTest::TestDescription.
Definition at line 15 of file DummyDescriptions.cpp.
|
virtual |
Implements CxxTest::TestDescription.
Definition at line 16 of file DummyDescriptions.cpp.
|
virtual |
|
virtual |
|
virtual |
Implements CxxTest::TestDescription.
Definition at line 10 of file DummyDescriptions.cpp.
|
virtual |
|
virtual |
Implements CxxTest::TestDescription.
Definition at line 9 of file DummyDescriptions.cpp.