#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 |
( |
|
label, |
|
|
|
expected, |
|
|
|
flags |
|
) |
| |
Value:gcut_add_datum(label, \
"expected", G_TYPE_STRING, (expected),\
"flags", G_TYPE_INT, (flags), \
NULL)
#define cut_assert_open_snip |
( |
| ) |
|
Value:do \
{ \
open_snip(); \
cut_assert(snip); \
} while (0)
Definition at line 258 of file test-snip.c.
#define cut_check_g_error |
( |
|
error | ) |
|
Value:do \
{ \
GError *_error = (
error); \
if (_error) { \
message = cut_take_printf("%s: %d: %s", \
g_quark_to_string(_error->domain), \
_error->code, \
_error->message); \
g_error_free(_error); \
cut_error("%s", message); \
} \
} while (0)
Definition at line 157 of file test-snip.c.
Function Documentation
void cut_shutdown |
( |
void |
| ) |
|
void cut_startup |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void data_proper_tag_insertion |
( |
void |
| ) |
|
void test_add_cond_with_copy_tag |
( |
void |
| ) |
|
void test_add_cond_with_copy_tag_flag |
( |
void |
| ) |
|
void test_add_cond_with_invalid_argument |
( |
void |
| ) |
|
void test_add_cond_with_too_large_keyword |
( |
void |
| ) |
|
void test_close_with_null |
( |
void |
| ) |
|
void test_customized_tag |
( |
void |
| ) |
|
void test_exec_composed_decomposed_normalize_utf8 |
( |
void |
| ) |
|
void test_exec_with_empty_string |
( |
void |
| ) |
|
void test_exec_with_invalid_argument |
( |
void |
| ) |
|
void test_exec_with_many_results |
( |
void |
| ) |
|
void test_exec_with_normalize |
( |
void |
| ) |
|
void test_exec_with_one_length_keyword |
( |
void |
| ) |
|
void test_html_mapping |
( |
void |
| ) |
|
void test_html_mapping_escape |
( |
void |
| ) |
|
void test_invalid_result_index |
( |
void |
| ) |
|
void test_multi_conditions |
( |
void |
| ) |
|
void test_open_with_copy_tag |
( |
void |
| ) |
|
void test_open_with_invalid_max_results |
( |
void |
| ) |
|
void test_proper_tag_insertion |
( |
gconstpointer |
data | ) |
|
void test_simple_exec |
( |
void |
| ) |
|
void test_simple_exec_euc_jp |
( |
void |
| ) |
|
void test_simple_exec_sjis |
( |
void |
| ) |
|
void test_simple_exec_utf8 |
( |
void |
| ) |
|