#include <groonga.h>
#include <gcutter.h>
#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macros |
| #define | ADD_DATUM(label,expected, query) |
Macro Definition Documentation
| #define ADD_DATUM |
( |
|
label, |
|
|
|
expected, |
|
|
|
query |
|
) |
| |
Value:gcut_add_datum(label, \
"expected", G_TYPE_STRING, expected, \
"query", G_TYPE_STRING, query, \
NULL)
Function Documentation
| void cut_shutdown |
( |
void |
| ) |
|
| void cut_startup |
( |
void |
| ) |
|
| void cut_teardown |
( |
void |
| ) |
|
| void data_escape_query |
( |
void |
| ) |
|
| void test_escape_query |
( |
gconstpointer |
data | ) |
|