Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kTestArgs (   EXPRESSION)

Within a kTry block, throws kERROR_PARAMETER if the expression result is not kTRUE.

If the EXPRESSION argument does not evaluate to kTRUE, kERROR_PARAMETER is passed to an error-handling block. Otherwise, execution continues at the next statement.

Parameters
EXPRESSIONExpression that evaluates to a kBool value.
See also
Error Handling