Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
grn-test-shortcut.h File Reference
This graph shows which files directly or indirectly include this file:

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,...)

Macro Definition Documentation

#define assert_send_command (   command,
  ... 
)
Value:
cut_trace_with_info_expression( \
cut_test_with_user_message( \
grn_test_send_command((context), (command)), \
__VA_ARGS__), \

Definition at line 31 of file grn-test-shortcut.h.

#define assert_send_command_error (   expected_rc,
  expected_message,
  command,
  ... 
)
Value:
expected_rc, expected_message, \
command, __VA_ARGS__)

Definition at line 38 of file grn-test-shortcut.h.

#define assert_send_commands (   commands,
  ... 
)
Value:
cut_trace_with_info_expression( \
cut_test_with_user_message( \
grn_test_send_commands((context), (commands)), \
__VA_ARGS__), \

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.