Go to the source code of this file.
|
bool | CxxTest::abortTestOnFail () |
|
void | CxxTest::setAbortTestOnFail (bool value) |
|
void | CxxTest::doAbortTest () |
|
unsigned | CxxTest::maxDumpSize () |
|
void | CxxTest::setMaxDumpSize (unsigned value) |
|
void | CxxTest::doTrace (const char *file, unsigned line, const char *message) |
|
void | CxxTest::doWarn (const char *file, unsigned line, const char *message) |
|
void | CxxTest::doFailTest (const char *file, unsigned line, const char *message) |
|
void | CxxTest::doFailAssert (const char *file, unsigned line, const char *expression, const char *message) |
|
bool | CxxTest::sameData (const void *x, const void *y, unsigned size) |
|
void | CxxTest::doAssertSameData (const char *file, unsigned line, const char *xExpr, const void *x, const char *yExpr, const void *y, const char *sizeExpr, unsigned size, const char *message) |
|
void | CxxTest::doFailAssertThrows (const char *file, unsigned line, const char *expr, const char *type, bool otherThrown, const char *message) |
|
void | CxxTest::doFailAssertThrowsNot (const char *file, unsigned line, const char *expression, const char *message) |
|
◆ __cxxtest__TestSuite_cpp__
#define __cxxtest__TestSuite_cpp__ |