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

Go to the source code of this file.

Macros

#define ADD_DATUM(str, count)
#define ADD_DATUM(str)

Functions

void data_valid (void)
void test_valid (gconstpointer data)
void data_invalid (void)
void test_invalid (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATUM (   str,
  count 
)
Value:
gcut_add_datum("[" str "] == " #count, \
"keys", G_TYPE_STRING, str, \
"count", G_TYPE_UINT, count, \
NULL)
#define ADD_DATUM (   str)
Value:
gcut_add_datum("[" str "] is invalid", \
"keys", G_TYPE_STRING, str, \
NULL)

Function Documentation

void cut_setup ( void  )

Definition at line 61 of file test-table-sort-key-from-str.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 49 of file test-table-sort-key-from-str.c.

void cut_startup ( void  )

Definition at line 41 of file test-table-sort-key-from-str.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 83 of file test-table-sort-key-from-str.c.

Here is the call graph for this function:

void data_invalid ( void  )

Definition at line 139 of file test-table-sort-key-from-str.c.

void data_valid ( void  )
void test_invalid ( gconstpointer  data)

Definition at line 157 of file test-table-sort-key-from-str.c.

Here is the call graph for this function:

void test_valid ( gconstpointer  data)