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_column_name (void) |
void | test_error_nonexistent_column_name (void) |
void | test_error_missing_new_column_name (void) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
#define get | ( | name | ) | grn_ctx_get(context, name, strlen(name)) |
Definition at line 26 of file test-command-column-rename.c.
void cut_setup | ( | void | ) |
Definition at line 62 of file test-command-column-rename.c.
void cut_shutdown | ( | void | ) |
Definition at line 50 of file test-command-column-rename.c.
void cut_startup | ( | void | ) |
Definition at line 42 of file test-command-column-rename.c.
void cut_teardown | ( | void | ) |
Definition at line 77 of file test-command-column-rename.c.
void test_error_missing_column_name | ( | void | ) |
Definition at line 139 of file test-command-column-rename.c.
void test_error_missing_new_column_name | ( | void | ) |
Definition at line 161 of file test-command-column-rename.c.
void test_error_no_argument | ( | void | ) |
Definition at line 117 of file test-command-column-rename.c.
void test_error_nonexistent_column_name | ( | void | ) |
Definition at line 150 of file test-command-column-rename.c.
void test_error_nonexistent_table_name | ( | void | ) |
Definition at line 128 of file test-command-column-rename.c.
void test_success | ( | void | ) |
Definition at line 100 of file test-command-column-rename.c.