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

Go to the source code of this file.

Macros

#define ADD_DATA(label, flags)   cut_add_data(label, GINT_TO_POINTER(flags), NULL, NULL)
#define ADD_DATA(label, flags)   cut_add_data(label, GINT_TO_POINTER(flags), NULL, NULL)
#define ADD_DATA(label, flags)   cut_add_data(label, GINT_TO_POINTER(flags), NULL, NULL)
#define ADD_DATUM(label, offset, limit, expected_values, n_expected_values)
#define ADD_DATUM(label, name)
#define ADD_DATUM_VALID_CHARACTER(name)   ADD_DATUM(name, name)
#define ADD_DATUM(label, name)
#define ADD_DATUM_INVALID_CHARACTER(name)   ADD_DATUM(name, name)
#define ADD_DATA(label, flags)
#define ADD_DATA(label, flags)

Functions

void test_array_set_data (void)
void data_temporary_table_no_path (void)
void test_temporary_table_no_path (gpointer data)
void data_temporary_table_default_tokenizer (void)
void test_temporary_table_default_tokenizer (gpointer data)
void data_temporary_table_add (void)
void test_temporary_table_add (gpointer data)
void data_array_sort (void)
void test_array_sort (gpointer data)
void test_nonexistent_column (void)
void data_create_with_valid_name (void)
void test_create_with_valid_name (gpointer data)
void data_create_with_invalid_name (void)
void test_create_with_invalid_name (gpointer data)
void data_truncate_anonymous (void)
void test_truncate_anonymous (gconstpointer data)
void data_truncate_named (void)
void test_truncate_named (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATA (   label,
  flags 
)    cut_add_data(label, GINT_TO_POINTER(flags), NULL, NULL)
#define ADD_DATA (   label,
  flags 
)    cut_add_data(label, GINT_TO_POINTER(flags), NULL, NULL)
#define ADD_DATA (   label,
  flags 
)    cut_add_data(label, GINT_TO_POINTER(flags), NULL, NULL)
#define ADD_DATA (   label,
  flags 
)
Value:
gcut_add_datum(label, \
"flags", G_TYPE_INT, flags, \
NULL)
#define ADD_DATA (   label,
  flags 
)
Value:
gcut_add_datum(label, \
"flags", G_TYPE_INT, flags, \
NULL)
#define ADD_DATUM (   label,
  offset,
  limit,
  expected_values,
  n_expected_values 
)
Value:
gcut_add_datum(label, \
"offset", G_TYPE_INT, offset, \
"limit", G_TYPE_INT, limit, \
"expected_values", G_TYPE_POINTER, \
make_glist_from_array(expected_values, n_expected_values),\
g_list_free, \
NULL)
#define ADD_DATUM (   label,
  name 
)
Value:
gcut_add_datum(label, \
"name", G_TYPE_STRING, name, \
NULL)
#define ADD_DATUM (   label,
  name 
)
Value:
gcut_add_datum(label, \
"name", G_TYPE_STRING, name, \
NULL)
#define ADD_DATUM_INVALID_CHARACTER (   name)    ADD_DATUM(name, name)
#define ADD_DATUM_VALID_CHARACTER (   name)    ADD_DATUM(name, name)

Function Documentation

void cut_setup ( void  )

Definition at line 72 of file test-table.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 60 of file test-table.c.

void cut_startup ( void  )

Definition at line 52 of file test-table.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 93 of file test-table.c.

Here is the call graph for this function:

void data_array_sort ( void  )

Definition at line 249 of file test-table.c.

void data_create_with_invalid_name ( void  )

Definition at line 409 of file test-table.c.

void data_create_with_valid_name ( void  )

Definition at line 372 of file test-table.c.

void data_temporary_table_add ( void  )

Definition at line 202 of file test-table.c.

void data_temporary_table_default_tokenizer ( void  )

Definition at line 170 of file test-table.c.

void data_temporary_table_no_path ( void  )

Definition at line 145 of file test-table.c.

void data_truncate_anonymous ( void  )

Definition at line 478 of file test-table.c.

void data_truncate_named ( void  )

Definition at line 531 of file test-table.c.

void test_array_set_data ( void  )

Definition at line 112 of file test-table.c.

Here is the call graph for this function:

void test_array_sort ( gpointer  data)

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

Here is the call graph for this function:

void test_create_with_invalid_name ( gpointer  data)

Definition at line 459 of file test-table.c.

Here is the call graph for this function:

void test_create_with_valid_name ( gpointer  data)

Definition at line 395 of file test-table.c.

Here is the call graph for this function:

void test_nonexistent_column ( void  )

Definition at line 355 of file test-table.c.

Here is the call graph for this function:

void test_temporary_table_add ( gpointer  data)

Definition at line 215 of file test-table.c.

Here is the call graph for this function:

void test_temporary_table_default_tokenizer ( gpointer  data)

Definition at line 182 of file test-table.c.

Here is the call graph for this function:

void test_temporary_table_no_path ( gpointer  data)

Definition at line 158 of file test-table.c.

Here is the call graph for this function:

void test_truncate_anonymous ( gconstpointer  data)

Definition at line 493 of file test-table.c.

Here is the call graph for this function:

void test_truncate_named ( gconstpointer  data)

Definition at line 546 of file test-table.c.

Here is the call graph for this function: