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

Go to the source code of this file.

Macros

#define ADD_DATUM(label, load_command)
#define ADD_DATUM(label, expected, load)

Functions

void test_columns (void)
void attributes_bool (void)
void data_bool (void)
void test_bool (gconstpointer data)
void test_int32_key (void)
void test_time_float (void)
void data_null (void)
void test_null (gconstpointer data)
void test_index_geo_point (void)
void test_no_key_table (void)
void test_two_bigram_indexes_to_key (void)
void test_invalid_start_with_symbol (void)
void test_no_key_table_without_columns (void)
void test_nonexistent_table_name (void)
void test_invalid_table_name (void)
void data_each (void)
void test_each (gconstpointer data)
void test_vector_reference_column (void)
void test_vector_domain (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATUM (   label,
  load_command 
)
Value:
gcut_add_datum(label, \
"load-command", G_TYPE_STRING, load_command, \
NULL)
#define ADD_DATUM (   label,
  expected,
  load 
)
Value:
gcut_add_datum(label, \
"expected", G_TYPE_STRING, expected, \
"load", G_TYPE_STRING, load, \
NULL)

Function Documentation

void attributes_bool ( void  )

Definition at line 124 of file test-command-load.c.

void cut_setup ( void  )

Definition at line 73 of file test-command-load.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 61 of file test-command-load.c.

void cut_startup ( void  )

Definition at line 53 of file test-command-load.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 86 of file test-command-load.c.

Here is the call graph for this function:

void data_bool ( void  )

Definition at line 131 of file test-command-load.c.

void data_each ( void  )
void data_null ( void  )

Definition at line 225 of file test-command-load.c.

void test_bool ( gconstpointer  data)

Definition at line 167 of file test-command-load.c.

void test_columns ( void  )

Definition at line 98 of file test-command-load.c.

void test_each ( gconstpointer  data)
void test_index_geo_point ( void  )
void test_int32_key ( void  )

Definition at line 187 of file test-command-load.c.

void test_invalid_start_with_symbol ( void  )

Definition at line 368 of file test-command-load.c.

void test_invalid_table_name ( void  )

Definition at line 432 of file test-command-load.c.

void test_no_key_table ( void  )

Definition at line 312 of file test-command-load.c.

void test_no_key_table_without_columns ( void  )

Definition at line 405 of file test-command-load.c.

void test_nonexistent_table_name ( void  )

Definition at line 420 of file test-command-load.c.

void test_null ( gconstpointer  data)

Definition at line 294 of file test-command-load.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void test_time_float ( void  )

Definition at line 207 of file test-command-load.c.

void test_two_bigram_indexes_to_key ( void  )

Definition at line 327 of file test-command-load.c.

void test_vector_domain ( void  )

Definition at line 469 of file test-command-load.c.

Here is the call graph for this function:

void test_vector_reference_column ( void  )

Definition at line 447 of file test-command-load.c.