Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
test-inspect.c File Reference
#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
#include <str.h>
#include <util.h>
Include dependency graph for test-inspect.c:

Go to the source code of this file.

Macros

#define get(name)   grn_ctx_get(context, name, strlen(name))
#define ADD_DATUM(table, accessor)
#define ADD_DATUM(accessor)

Functions

void test_null (void)
void test_void (void)
void test_int8 (void)
void test_int16 (void)
void test_int32 (void)
void test_int64 (void)
void test_uint8 (void)
void test_uint16 (void)
void test_uint32 (void)
void test_uint64 (void)
void test_float (void)
void test_time (void)
void test_bool_true (void)
void test_bool_false (void)
void test_text (void)
void test_geo_point_tokyo (void)
void test_geo_point_wgs84 (void)
void test_array_empty (void)
void test_array_with_records (void)
void test_hash_empty (void)
void test_hash_with_records (void)
void test_patricia_trie_empty (void)
void test_patricia_trie_with_records (void)
void test_patricia_trie_cursor_empty (void)
void test_patricia_trie_cursor_with_records (void)
void test_uvector_empty (void)
void test_uvector_with_records (void)
void test_uvector_bool (void)
void test_vector_empty (void)
void test_pvector_empty (void)
void test_pvector_with_records (void)
void data_accessor_column_name (void)
void test_accessor_column_name (gconstpointer data)
void data_accessor_dynamic_pseudo_column_name (void)
void test_accessor_dynamic_pseudo_column_name (gconstpointer data)
void test_column_fix_size (void)
void test_column_var_size (void)
void test_column_index (void)
void test_type (void)
void test_record (void)
void test_proc_command (void)
void test_proc_function (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)
void test_void_value (void)

Macro Definition Documentation

#define ADD_DATUM (   table,
  accessor 
)
Value:
gcut_add_datum(table "." accessor, \
"table", G_TYPE_STRING, table, \
"accessor", G_TYPE_STRING, accessor, \
NULL)
#define ADD_DATUM (   accessor)
Value:
gcut_add_datum(accessor, \
"accessor", G_TYPE_STRING, accessor, \
NULL)
#define get (   name)    grn_ctx_get(context, name, strlen(name))

Definition at line 27 of file test-inspect.c.

Function Documentation

void cut_setup ( void  )

Definition at line 132 of file test-inspect.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 102 of file test-inspect.c.

void cut_startup ( void  )

Definition at line 94 of file test-inspect.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 175 of file test-inspect.c.

Here is the call graph for this function:

void data_accessor_column_name ( void  )

Definition at line 639 of file test-inspect.c.

void data_accessor_dynamic_pseudo_column_name ( void  )

Definition at line 683 of file test-inspect.c.

void test_accessor_column_name ( gconstpointer  data)

Definition at line 661 of file test-inspect.c.

Here is the call graph for this function:

void test_accessor_dynamic_pseudo_column_name ( gconstpointer  data)

Definition at line 696 of file test-inspect.c.

Here is the call graph for this function:

void test_array_empty ( void  )

Definition at line 380 of file test-inspect.c.

Here is the call graph for this function:

void test_array_with_records ( void  )

Definition at line 396 of file test-inspect.c.

Here is the call graph for this function:

void test_bool_false ( void  )

Definition at line 326 of file test-inspect.c.

Here is the call graph for this function:

void test_bool_true ( void  )

Definition at line 317 of file test-inspect.c.

Here is the call graph for this function:

void test_column_fix_size ( void  )

Definition at line 729 of file test-inspect.c.

Here is the call graph for this function:

void test_column_index ( void  )

Definition at line 767 of file test-inspect.c.

Here is the call graph for this function:

void test_column_var_size ( void  )

Definition at line 748 of file test-inspect.c.

Here is the call graph for this function:

void test_float ( void  )

Definition at line 293 of file test-inspect.c.

Here is the call graph for this function:

void test_geo_point_tokyo ( void  )

Definition at line 344 of file test-inspect.c.

Here is the call graph for this function:

void test_geo_point_wgs84 ( void  )

Definition at line 362 of file test-inspect.c.

Here is the call graph for this function:

void test_hash_empty ( void  )

Definition at line 416 of file test-inspect.c.

Here is the call graph for this function:

void test_hash_with_records ( void  )

Definition at line 435 of file test-inspect.c.

Here is the call graph for this function:

void test_int16 ( void  )

Definition at line 223 of file test-inspect.c.

Here is the call graph for this function:

void test_int32 ( void  )

Definition at line 233 of file test-inspect.c.

Here is the call graph for this function:

void test_int64 ( void  )

Definition at line 243 of file test-inspect.c.

Here is the call graph for this function:

void test_int8 ( void  )

Definition at line 213 of file test-inspect.c.

Here is the call graph for this function:

void test_null ( void  )
void test_patricia_trie_cursor_empty ( void  )

Definition at line 520 of file test-inspect.c.

Here is the call graph for this function:

void test_patricia_trie_cursor_with_records ( void  )

Definition at line 539 of file test-inspect.c.

Here is the call graph for this function:

void test_patricia_trie_empty ( void  )

Definition at line 462 of file test-inspect.c.

Here is the call graph for this function:

void test_patricia_trie_with_records ( void  )

Definition at line 482 of file test-inspect.c.

Here is the call graph for this function:

void test_proc_command ( void  )

Definition at line 827 of file test-inspect.c.

Here is the call graph for this function:

void test_proc_function ( void  )

Definition at line 841 of file test-inspect.c.

Here is the call graph for this function:

void test_pvector_empty ( void  )

Definition at line 605 of file test-inspect.c.

Here is the call graph for this function:

void test_pvector_with_records ( void  )

Definition at line 613 of file test-inspect.c.

Here is the call graph for this function:

void test_record ( void  )

Definition at line 802 of file test-inspect.c.

Here is the call graph for this function:

void test_text ( void  )

Definition at line 335 of file test-inspect.c.

Here is the call graph for this function:

void test_time ( void  )

Definition at line 302 of file test-inspect.c.

Here is the call graph for this function:

void test_type ( void  )

Definition at line 787 of file test-inspect.c.

Here is the call graph for this function:

void test_uint16 ( void  )

Definition at line 263 of file test-inspect.c.

Here is the call graph for this function:

void test_uint32 ( void  )

Definition at line 273 of file test-inspect.c.

Here is the call graph for this function:

void test_uint64 ( void  )
void test_uint8 ( void  )

Definition at line 253 of file test-inspect.c.

Here is the call graph for this function:

void test_uvector_bool ( void  )

Definition at line 595 of file test-inspect.c.

Here is the call graph for this function:

void test_uvector_empty ( void  )

Definition at line 566 of file test-inspect.c.

Here is the call graph for this function:

void test_uvector_with_records ( void  )

Definition at line 576 of file test-inspect.c.

Here is the call graph for this function:

void test_vector_empty ( void  )

Definition at line 631 of file test-inspect.c.

Here is the call graph for this function:

void test_void ( void  )
void test_void_value ( void  )

Definition at line 204 of file test-inspect.c.

Here is the call graph for this function: