|
xapian-core
1.4.31
|
Macros for defining and writing testcases. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | DEFINE_TESTCASE(T, C) void test_##T() |
| #define | TESTCASE(T) { #T, test_##T } |
| #define | END_OF_TESTCASES { 0, 0 } |
| #define | TEST_REL(A, REL, B) |
| Test a relation holds,e.g. TEST_REL(a,>,b);. More... | |
Macros for defining and writing testcases.
Definition in file testmacros.h.
| #define DEFINE_TESTCASE | ( | T, | |
| C | |||
| ) | void test_##T() |
Definition at line 30 of file testmacros.h.
| #define END_OF_TESTCASES { 0, 0 } |
Definition at line 33 of file testmacros.h.
Test a relation holds,e.g. TEST_REL(a,>,b);.
Definition at line 36 of file testmacros.h.
| #define TESTCASE | ( | T | ) | { #T, test_##T } |
Definition at line 32 of file testmacros.h.