![]() |
#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 | |
| 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 |
| 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 |
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.
Reimplemented in MyGlobalPrintingFixture, and MyGlobalPrintingFixture.
Definition at line 117 of file common.h.
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.
|
inlinevirtual |
Reimplemented from CxxTest::GlobalFixture.