Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | ADD_DATUM(label, load_command) |
#define | ADD_DATUM(label, expected, load) |
Functions | |
void | test_columns (void) |
void | attributes_bool (void) |
void | data_bool (void) |
void | test_bool (gconstpointer data) |
void | test_int32_key (void) |
void | test_time_float (void) |
void | data_null (void) |
void | test_null (gconstpointer data) |
void | test_index_geo_point (void) |
void | test_no_key_table (void) |
void | test_two_bigram_indexes_to_key (void) |
void | test_invalid_start_with_symbol (void) |
void | test_no_key_table_without_columns (void) |
void | test_nonexistent_table_name (void) |
void | test_invalid_table_name (void) |
void | data_each (void) |
void | test_each (gconstpointer data) |
void | test_vector_reference_column (void) |
void | test_vector_domain (void) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
#define ADD_DATUM | ( | label, | |
load_command | |||
) |
#define ADD_DATUM | ( | label, | |
expected, | |||
load | |||
) |
void attributes_bool | ( | void | ) |
Definition at line 124 of file test-command-load.c.
void cut_setup | ( | void | ) |
void cut_shutdown | ( | void | ) |
Definition at line 61 of file test-command-load.c.
void cut_startup | ( | void | ) |
void cut_teardown | ( | void | ) |
void data_bool | ( | void | ) |
Definition at line 131 of file test-command-load.c.
void data_each | ( | void | ) |
void data_null | ( | void | ) |
Definition at line 225 of file test-command-load.c.
void test_bool | ( | gconstpointer | data | ) |
Definition at line 167 of file test-command-load.c.
void test_columns | ( | void | ) |
Definition at line 98 of file test-command-load.c.
void test_each | ( | gconstpointer | data | ) |
void test_index_geo_point | ( | void | ) |
void test_int32_key | ( | void | ) |
Definition at line 187 of file test-command-load.c.
void test_invalid_start_with_symbol | ( | void | ) |
Definition at line 368 of file test-command-load.c.
void test_invalid_table_name | ( | void | ) |
Definition at line 432 of file test-command-load.c.
void test_no_key_table | ( | void | ) |
Definition at line 312 of file test-command-load.c.
void test_no_key_table_without_columns | ( | void | ) |
Definition at line 405 of file test-command-load.c.
void test_nonexistent_table_name | ( | void | ) |
Definition at line 420 of file test-command-load.c.
void test_null | ( | gconstpointer | data | ) |
Definition at line 294 of file test-command-load.c.
void test_time_float | ( | void | ) |
Definition at line 207 of file test-command-load.c.
void test_two_bigram_indexes_to_key | ( | void | ) |
Definition at line 327 of file test-command-load.c.
void test_vector_domain | ( | void | ) |
void test_vector_reference_column | ( | void | ) |
Definition at line 447 of file test-command-load.c.