ZFFramework
 
Loading...
Searching...
No Matches
ZFTestCase.h File Reference

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
 

Detailed Description

test case define

Macro Definition Documentation

◆ ZFTestCaseAssert

#define ZFTestCaseAssert ( cond)

util macro to assert within test case

upon assert fail, finish the test case by ZFTestCase::stop