|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Macros | |
| #define | get(name) grn_ctx_get(context, name, strlen(name)) |
Functions | |
| void | test_success (void) |
| void | test_error_no_argument (void) |
| void | test_error_nonexistent_table_name (void) |
| void | test_error_missing_new_table_name (void) |
| void | cut_startup (void) |
| void | cut_shutdown (void) |
| void | cut_setup (void) |
| void | cut_teardown (void) |
| void | test_error_not_table (void) |
| #define get | ( | name | ) | grn_ctx_get(context, name, strlen(name)) |
Definition at line 26 of file test-command-table-rename.c.
| void cut_setup | ( | void | ) |
Definition at line 60 of file test-command-table-rename.c.

| void cut_shutdown | ( | void | ) |
Definition at line 48 of file test-command-table-rename.c.
| void cut_startup | ( | void | ) |
Definition at line 40 of file test-command-table-rename.c.

| void cut_teardown | ( | void | ) |
Definition at line 75 of file test-command-table-rename.c.

| void test_error_missing_new_table_name | ( | void | ) |
Definition at line 137 of file test-command-table-rename.c.
| void test_error_no_argument | ( | void | ) |
| void test_error_nonexistent_table_name | ( | void | ) |
| void test_error_not_table | ( | void | ) |
Definition at line 148 of file test-command-table-rename.c.
| void test_success | ( | void | ) |
1.8.1.2