Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Macros | |
#define | TYPE_SIZE 1024 |
#define | clear_messages() grn_collect_logger_clear_messages(logger) |
#define | messages() grn_collect_logger_get_messages(logger) |
#define | cut_assert_create() |
Functions | |
void | test_create (void) |
void | test_create_with_null_path (void) |
void | test_create_with_long_path (void) |
void | test_create_with_null_lexicon (void) |
void | test_open (void) |
void | test_open_nonexistence_path (void) |
void | test_open_invalid_segment_file (void) |
void | test_open_invalid_chunk_file (void) |
void | test_open_with_null_lexicon (void) |
void | test_crud (void) |
void | test_array_index (void) |
void | test_scalar_index (void) |
void | test_int_index (void) |
void | test_mroonga_index (void) |
void | test_mroonga_index_score (void) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
#define clear_messages | ( | ) | grn_collect_logger_clear_messages(logger) |
Definition at line 178 of file test-inverted-index.c.
#define cut_assert_create | ( | ) |
Definition at line 184 of file test-inverted-index.c.
#define messages | ( | ) | grn_collect_logger_get_messages(logger) |
Definition at line 181 of file test-inverted-index.c.
#define TYPE_SIZE 1024 |
Definition at line 42 of file test-inverted-index.c.
void cut_setup | ( | void | ) |
void cut_shutdown | ( | void | ) |
void cut_startup | ( | void | ) |
void cut_teardown | ( | void | ) |
void test_array_index | ( | void | ) |
void test_create | ( | void | ) |
Definition at line 193 of file test-inverted-index.c.
void test_create_with_long_path | ( | void | ) |
void test_create_with_null_lexicon | ( | void | ) |
void test_create_with_null_path | ( | void | ) |
void test_crud | ( | void | ) |
Definition at line 385 of file test-inverted-index.c.
void test_int_index | ( | void | ) |
void test_mroonga_index | ( | void | ) |
void test_mroonga_index_score | ( | void | ) |
void test_open | ( | void | ) |
void test_open_invalid_chunk_file | ( | void | ) |
void test_open_invalid_segment_file | ( | void | ) |
void test_open_nonexistence_path | ( | void | ) |
void test_open_with_null_lexicon | ( | void | ) |
void test_scalar_index | ( | void | ) |