![]() |
My Project
|
#include <TeeListener.h>
Public Member Functions | |
TeeListener () | |
virtual | ~TeeListener () |
void | setFirst (TestListener &first) |
void | setSecond (TestListener &second) |
void | enterWorld (const WorldDescription &d) |
void | enterSuite (const SuiteDescription &d) |
void | enterTest (const TestDescription &d) |
void | trace (const char *file, unsigned line, const char *expression) |
void | warning (const char *file, unsigned line, const char *expression) |
void | failedTest (const char *file, unsigned line, const char *expression) |
void | failedAssert (const char *file, unsigned line, const char *expression) |
void | failedAssertEquals (const char *file, unsigned line, const char *xStr, const char *yStr, const char *x, const char *y) |
void | failedAssertSameData (const char *file, unsigned line, const char *xStr, const char *yStr, const char *sizeStr, const void *x, const void *y, unsigned size) |
void | failedAssertDelta (const char *file, unsigned line, const char *xStr, const char *yStr, const char *dStr, const char *x, const char *y, const char *d) |
void | failedAssertDiffers (const char *file, unsigned line, const char *xStr, const char *yStr, const char *value) |
void | failedAssertLessThan (const char *file, unsigned line, const char *xStr, const char *yStr, const char *x, const char *y) |
void | failedAssertLessThanEquals (const char *file, unsigned line, const char *xStr, const char *yStr, const char *x, const char *y) |
void | failedAssertPredicate (const char *file, unsigned line, const char *predicate, const char *xStr, const char *x) |
void | failedAssertRelation (const char *file, unsigned line, const char *relation, const char *xStr, const char *yStr, const char *x, const char *y) |
void | failedAssertThrows (const char *file, unsigned line, const char *expression, const char *type, bool otherThrown) |
void | failedAssertThrowsNot (const char *file, unsigned line, const char *expression) |
void | leaveTest (const TestDescription &d) |
void | leaveSuite (const SuiteDescription &d) |
void | leaveWorld (const WorldDescription &d) |
![]() | |
TestListener () | |
virtual | ~TestListener () |
Private Attributes | |
TestListener * | _first |
TestListener * | _second |
TestListener | _dummy |
Definition at line 13 of file TeeListener.h.
|
inline |
Definition at line 16 of file TeeListener.h.
|
inlinevirtual |
Definition at line 22 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 42 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 48 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 36 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 72 of file TeeListener.h.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 103 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 78 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 111 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 119 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 127 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 134 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 86 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 142 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 150 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 66 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 163 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 157 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 169 of file TeeListener.h.
|
inline |
Definition at line 26 of file TeeListener.h.
|
inline |
Definition at line 31 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 54 of file TeeListener.h.
|
inlinevirtual |
Reimplemented from CxxTest::TestListener.
Definition at line 60 of file TeeListener.h.
|
private |
Definition at line 177 of file TeeListener.h.
|
private |
Definition at line 176 of file TeeListener.h.
|
private |
Definition at line 176 of file TeeListener.h.