![]() |
#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 () |
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 |
| 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.