|
Groonga 3.0.9 Source Code Document
|

Go to the source code of this file.
Macros | |
| #define | get_object(name) grn_ctx_get(context, (name), strlen((name))) |
| #define | send_command(command) grn_test_send_command(context, (command)) |
| #define | send_commands(commands) grn_test_send_commands(context, (commands)) |
| #define | assert_send_command(command,...) |
| #define | assert_send_command_error(expected_rc, expected_message,command,...) |
| #define | assert_send_commands(commands,...) |
| #define assert_send_command | ( | command, | |
| ... | |||
| ) |
Definition at line 31 of file grn-test-shortcut.h.
| #define assert_send_command_error | ( | expected_rc, | |
| expected_message, | |||
| command, | |||
| ... | |||
| ) |
Definition at line 38 of file grn-test-shortcut.h.
| #define assert_send_commands | ( | commands, | |
| ... | |||
| ) |
Definition at line 44 of file grn-test-shortcut.h.
| #define get_object | ( | name | ) | grn_ctx_get(context, (name), strlen((name))) |
Definition at line 22 of file grn-test-shortcut.h.
| #define send_command | ( | command | ) | grn_test_send_command(context, (command)) |
Definition at line 25 of file grn-test-shortcut.h.
| #define send_commands | ( | commands | ) | grn_test_send_commands(context, (commands)) |
Definition at line 28 of file grn-test-shortcut.h.
1.8.1.2