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

Go to the source code of this file.

Macros

#define ADD_DATA(label, expected, expected_size, text)

Functions

void data_text_to_table (void)
void test_text_to_table (gconstpointer data)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATA (   label,
  expected,
  expected_size,
  text 
)
Value:
gcut_add_datum(label, \
"expected", G_TYPE_UINT, expected, \
"expected-size", GCUT_TYPE_SIZE, expected_size, \
"text", G_TYPE_STRING, text, \
NULL)

Function Documentation

void cut_setup ( void  )

Definition at line 102 of file test-cast-table.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 114 of file test-cast-table.c.

Here is the call graph for this function:

void data_text_to_table ( void  )

Definition at line 135 of file test-cast-table.c.

void test_text_to_table ( gconstpointer  data)

Definition at line 152 of file test-cast-table.c.

Here is the call graph for this function: