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

Go to the source code of this file.

Macros

#define ADD_DATUM(label, expected, string)
#define ADD_DATUM(label, expected, string)

Functions

void data_alphabet (void)
void test_alphabet (gconstpointer data)
void data_japanese (void)
void test_japanese (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATUM (   label,
  expected,
  string 
)
Value:
gcut_add_datum(label, \
"expected", G_TYPE_STRING, expected, \
"string", G_TYPE_STRING, string, \
NULL)
#define ADD_DATUM (   label,
  expected,
  string 
)
Value:
gcut_add_datum(label, \
"expected", G_TYPE_STRING, expected, \
"string", G_TYPE_STRING, string, \
NULL)

Function Documentation

void cut_setup ( void  )

Definition at line 57 of file test-function-edit-distance.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 45 of file test-function-edit-distance.c.

void cut_startup ( void  )

Definition at line 37 of file test-function-edit-distance.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 72 of file test-function-edit-distance.c.

Here is the call graph for this function:

void data_alphabet ( void  )

Definition at line 82 of file test-function-edit-distance.c.

void data_japanese ( void  )

Definition at line 163 of file test-function-edit-distance.c.

void test_alphabet ( gconstpointer  data)

Definition at line 127 of file test-function-edit-distance.c.

void test_japanese ( gconstpointer  data)

Definition at line 208 of file test-function-edit-distance.c.