Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | ADD_DATA(type) |
#define | ADD_DATA(type) |
#define | ADD_DATA(type) |
#define | ADD_DATA(label, error_message, command) |
Functions | |
void | test_unmatched_output_columns (void) |
void | test_vector_int32 (void) |
void | test_vector_text (void) |
void | test_vector_reference_id (void) |
void | test_vector_int32_reference_key (void) |
void | test_nonexistent_id (void) |
void | test_tautology (void) |
void | test_contradiction (void) |
void | test_filter_null (void) |
void | test_bigram_split_symbol_tokenizer (void) |
void | test_nonexistent_table (void) |
void | test_boolean (void) |
void | test_equal_index (void) |
void | data_less_than (void) |
void | test_less_than (gconstpointer data) |
void | data_less_than_or_equal (void) |
void | test_less_than_or_equal (gconstpointer data) |
void | data_equal_numeric (void) |
void | test_equal_numeric (gconstpointer data) |
void | data_not_tokenize_by_full_width_space (void) |
void | test_not_tokenize_by_full_width_space (gconstpointer data) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
void | test_null (void) |
#define ADD_DATA | ( | label, | |
error_message, | |||
command | |||
) |
void cut_setup | ( | void | ) |
void cut_shutdown | ( | void | ) |
Definition at line 63 of file test-command-select.c.
void cut_startup | ( | void | ) |
void cut_teardown | ( | void | ) |
void data_equal_numeric | ( | void | ) |
Definition at line 524 of file test-command-select.c.
void data_less_than | ( | void | ) |
Definition at line 421 of file test-command-select.c.
void data_less_than_or_equal | ( | void | ) |
Definition at line 472 of file test-command-select.c.
void data_not_tokenize_by_full_width_space | ( | void | ) |
Definition at line 575 of file test-command-select.c.
void test_bigram_split_symbol_tokenizer | ( | void | ) |
Definition at line 339 of file test-command-select.c.
void test_boolean | ( | void | ) |
Definition at line 377 of file test-command-select.c.
void test_contradiction | ( | void | ) |
Definition at line 301 of file test-command-select.c.
void test_equal_index | ( | void | ) |
Definition at line 397 of file test-command-select.c.
void test_equal_numeric | ( | gconstpointer | data | ) |
Definition at line 544 of file test-command-select.c.
void test_filter_null | ( | void | ) |
void test_less_than | ( | gconstpointer | data | ) |
Definition at line 441 of file test-command-select.c.
void test_less_than_or_equal | ( | gconstpointer | data | ) |
Definition at line 492 of file test-command-select.c.
void test_nonexistent_id | ( | void | ) |
Definition at line 262 of file test-command-select.c.
void test_nonexistent_table | ( | void | ) |
void test_not_tokenize_by_full_width_space | ( | gconstpointer | data | ) |
Definition at line 600 of file test-command-select.c.
void test_null | ( | void | ) |
void test_tautology | ( | void | ) |
Definition at line 281 of file test-command-select.c.
void test_unmatched_output_columns | ( | void | ) |
Definition at line 103 of file test-command-select.c.
void test_vector_int32 | ( | void | ) |
Definition at line 139 of file test-command-select.c.
void test_vector_int32_reference_key | ( | void | ) |
Definition at line 228 of file test-command-select.c.
void test_vector_reference_id | ( | void | ) |
Definition at line 197 of file test-command-select.c.
void test_vector_text | ( | void | ) |
Definition at line 157 of file test-command-select.c.