test case define More...
#include "ZFUtilityDef.h"
Go to the source code of this file.
Classes | |
class | ZFTestCase |
abstract test case More... | |
Macros | |
#define | ZFTestCaseAssert(cond) |
util macro to assert within test case | |
#define | ZFTestCaseAssertTrim(cond) |
see ZFTestCaseAssert | |
#define | ZFTestCaseAssertDetail(cond, callerInfo) |
see ZFTestCaseAssert | |
#define | ZFTestCaseAssertWithMessage(cond, fmt, ...) |
see ZFTestCaseAssert | |
#define | ZFTestCaseAssertWithMessageTrim(cond, fmt, ...) |
see ZFTestCaseAssert | |
#define | ZFTestCaseAssertWithMessageDetail(cond, callerInfo, fmt, ...) |
see ZFTestCaseAssert | |
test case define
#define ZFTestCaseAssert | ( | cond | ) |
util macro to assert within test case
upon assert fail, finish the test case by ZFTestCase::stop