Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
void | test_domain (void) |
void | test_range (void) |
void | test_cursor (void) |
void | test_get_persistent_object_from_opened_database (void) |
void | test_recreate_temporary_object_on_opened_database (void) |
void | test_size (void) |
void | test_expire_cache_on_recreate (void) |
void | test_expression_lifetime_over_database (void) |
void | test_get (void) |
void | test_at (void) |
void | test_open_locked_database_and_unlock (void) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
void cut_setup | ( | void | ) |
void cut_shutdown | ( | void | ) |
Definition at line 52 of file test-database.c.
void cut_startup | ( | void | ) |
void cut_teardown | ( | void | ) |
void test_at | ( | void | ) |
void test_cursor | ( | void | ) |
void test_domain | ( | void | ) |
void test_expire_cache_on_recreate | ( | void | ) |
void test_expression_lifetime_over_database | ( | void | ) |
void test_get | ( | void | ) |
void test_get_persistent_object_from_opened_database | ( | void | ) |
void test_open_locked_database_and_unlock | ( | void | ) |
void test_range | ( | void | ) |
void test_recreate_temporary_object_on_opened_database | ( | void | ) |
void test_size | ( | void | ) |