1#ifndef __cxxtest__TestSuite_cpp__
2#define __cxxtest__TestSuite_cpp__
32# if defined(_CXXTEST_HAVE_EH)
73 const char *expression,
const char *
message )
92 const char *cx = (
const char *)
x;
93 const char *cy = (
const char *)
y;
102 const char *xExpr,
const void *
x,
103 const char *yExpr,
const void *
y,
104 const char *sizeExpr,
unsigned size,
116 const char *expr,
const char *type,
128 const char *expression,
const char *
message )
#define CXXTEST_MAX_DUMP_SIZE
void trace(const char *file, unsigned line, const char *expression)
void failedAssertThrows(const char *file, unsigned line, const char *expression, const char *type, bool otherThrown)
void failedTest(const char *file, unsigned line, const char *expression)
void failedAssert(const char *file, unsigned line, const char *expression)
void warning(const char *file, unsigned line, const char *expression)
void failedAssertThrowsNot(const char *file, unsigned line, const char *expression)
void failedAssertSameData(const char *file, unsigned line, const char *xStr, const char *yStr, const char *sizeStr, const void *x, const void *y, unsigned size)
const CanonicalForm int const CFList const Variable & y
void message(int i, int *reduc, int *olddeg, kStrategy strat, int red_result)
static unsigned currentMaxDumpSize
void doFailAssert(const char *file, unsigned line, const char *expression, const char *message)
void doFailAssertThrows(const char *file, unsigned line, const char *expr, const char *type, bool otherThrown, const char *message)
void 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 doFailAssertThrowsNot(const char *file, unsigned line, const char *expression, const char *message)
void doTrace(const char *file, unsigned line, const char *message)
void doWarn(const char *file, unsigned line, const char *message)
void setMaxDumpSize(unsigned value)
static bool currentAbortTestOnFail
void doFailTest(const char *file, unsigned line, const char *message)
bool sameData(const void *x, const void *y, unsigned size)
void setAbortTestOnFail(bool value)