#include <groonga.h>
#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
Go to the source code of this file.
Macro Definition Documentation
#define ADD_DATUM |
( |
|
str, |
|
|
|
count |
|
) |
| |
Value:gcut_add_datum("[" str "] == " #count, \
"keys", G_TYPE_STRING, str, \
"count", G_TYPE_UINT, count, \
NULL)
Value:gcut_add_datum("[" str "] is invalid", \
"keys", G_TYPE_STRING, str, \
NULL)
Function Documentation
void cut_shutdown |
( |
void |
| ) |
|
void cut_startup |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void data_invalid |
( |
void |
| ) |
|
void test_invalid |
( |
gconstpointer |
data | ) |
|
void test_valid |
( |
gconstpointer |
data | ) |
|