Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
void | test_invalid_name (void) |
void | test_missing_name (void) |
void | test_too_long_name (void) |
void | test_nonexistent_table (void) |
void | test_nonexistent_type (void) |
void | cut_startup (void) |
void | cut_shutdown (void) |
void | cut_setup (void) |
void | cut_teardown (void) |
void cut_setup | ( | void | ) |
Definition at line 59 of file test-command-column-create.c.
void cut_shutdown | ( | void | ) |
Definition at line 47 of file test-command-column-create.c.
void cut_startup | ( | void | ) |
Definition at line 39 of file test-command-column-create.c.
void cut_teardown | ( | void | ) |
Definition at line 72 of file test-command-column-create.c.
void test_invalid_name | ( | void | ) |
Definition at line 84 of file test-command-column-create.c.
void test_missing_name | ( | void | ) |
Definition at line 96 of file test-command-column-create.c.
void test_nonexistent_table | ( | void | ) |
Definition at line 129 of file test-command-column-create.c.
void test_nonexistent_type | ( | void | ) |
Definition at line 139 of file test-command-column-create.c.
void test_too_long_name | ( | void | ) |
Definition at line 107 of file test-command-column-create.c.