My Project
|
#include <common.h>
Public Member Functions | |
GlobalPrintingFixture (bool redirect=false) | |
~GlobalPrintingFixture () | |
void | Redirect () |
virtual bool | setUpWorld () |
virtual bool | tearDownWorld () |
virtual bool | setUp () |
virtual bool | tearDown () |
Public Member Functions inherited from CxxTest::GlobalFixture | |
virtual bool | setUpWorld () |
virtual bool | tearDownWorld () |
virtual bool | setUp () |
virtual bool | tearDown () |
GlobalFixture () | |
~GlobalFixture () | |
GlobalFixture * | nextGlobalFixture () |
GlobalFixture * | prevGlobalFixture () |
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) |
Private Attributes | |
std::ofstream | _ofs |
bool | _redirect |
Additional Inherited Members | |
Static Public Member Functions inherited from CxxTest::GlobalFixture | |
static GlobalFixture * | firstGlobalFixture () |
static GlobalFixture * | lastGlobalFixture () |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.
Definition at line 137 of file common.h.
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.
Reimplemented in MyGlobalPrintingFixture, and MyGlobalPrintingFixture.
Definition at line 116 of file common.h.
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.
Definition at line 138 of file common.h.
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.
Definition at line 132 of file common.h.