funkalicious 0.1

cunit-local.h File Reference

#include <CUnit/CUnit.h>
Include dependency graph for cunit-local.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define CU_PASS_STRING(str)   { CU_assertImplementation(CU_TRUE, __LINE__, (str), __FILE__, "", CU_FALSE); }
#define CU_FAIL_STRING(str)   { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_FALSE); }
#define CU_FAIL_FATAL_STRING(str)   { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_TRUE); }

Define Documentation

#define CU_FAIL_FATAL_STRING (   str)    { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_TRUE); }

Record a failure without performing a logical test, and abort test.

Definition at line 38 of file cunit-local.h.

#define CU_FAIL_STRING (   str)    { CU_assertImplementation(CU_FALSE, __LINE__, (str), __FILE__, "", CU_FALSE); }

Definition at line 34 of file cunit-local.h.

#define CU_PASS_STRING (   str)    { CU_assertImplementation(CU_TRUE, __LINE__, (str), __FILE__, "", CU_FALSE); }

Definition at line 31 of file cunit-local.h.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines