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

Go to the source code of this file.

Macros

#define ADD_DATA(type)
#define ADD_DATA(type)
#define ADD_DATA(type)
#define ADD_DATA(label, error_message, command)

Functions

void test_unmatched_output_columns (void)
void test_vector_int32 (void)
void test_vector_text (void)
void test_vector_reference_id (void)
void test_vector_int32_reference_key (void)
void test_nonexistent_id (void)
void test_tautology (void)
void test_contradiction (void)
void test_filter_null (void)
void test_bigram_split_symbol_tokenizer (void)
void test_nonexistent_table (void)
void test_boolean (void)
void test_equal_index (void)
void data_less_than (void)
void test_less_than (gconstpointer data)
void data_less_than_or_equal (void)
void test_less_than_or_equal (gconstpointer data)
void data_equal_numeric (void)
void test_equal_numeric (gconstpointer data)
void data_not_tokenize_by_full_width_space (void)
void test_not_tokenize_by_full_width_space (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)
void test_null (void)

Macro Definition Documentation

#define ADD_DATA (   type)
Value:
gcut_add_datum(type, \
"type", G_TYPE_STRING, type, \
NULL)
#define ADD_DATA (   type)
Value:
gcut_add_datum(type, \
"type", G_TYPE_STRING, type, \
NULL)
#define ADD_DATA (   type)
Value:
gcut_add_datum(type, \
"type", G_TYPE_STRING, type, \
NULL)
#define ADD_DATA (   label,
  error_message,
  command 
)
Value:
gcut_add_datum(label, \
"error-message", G_TYPE_STRING, error_message, \
"command", G_TYPE_STRING, command, \
NULL)

Function Documentation

void cut_setup ( void  )

Definition at line 75 of file test-command-select.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 63 of file test-command-select.c.

void cut_startup ( void  )

Definition at line 55 of file test-command-select.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 90 of file test-command-select.c.

Here is the call graph for this function:

void data_equal_numeric ( void  )

Definition at line 524 of file test-command-select.c.

void data_less_than ( void  )

Definition at line 421 of file test-command-select.c.

void data_less_than_or_equal ( void  )

Definition at line 472 of file test-command-select.c.

void data_not_tokenize_by_full_width_space ( void  )

Definition at line 575 of file test-command-select.c.

void test_bigram_split_symbol_tokenizer ( void  )

Definition at line 339 of file test-command-select.c.

void test_boolean ( void  )

Definition at line 377 of file test-command-select.c.

void test_contradiction ( void  )

Definition at line 301 of file test-command-select.c.

void test_equal_index ( void  )

Definition at line 397 of file test-command-select.c.

void test_equal_numeric ( gconstpointer  data)

Definition at line 544 of file test-command-select.c.

void test_filter_null ( void  )
void test_less_than ( gconstpointer  data)

Definition at line 441 of file test-command-select.c.

void test_less_than_or_equal ( gconstpointer  data)

Definition at line 492 of file test-command-select.c.

void test_nonexistent_id ( void  )

Definition at line 262 of file test-command-select.c.

void test_nonexistent_table ( void  )
void test_not_tokenize_by_full_width_space ( gconstpointer  data)

Definition at line 600 of file test-command-select.c.

void test_null ( void  )

Definition at line 320 of file test-command-select.c.

Here is the call graph for this function:

void test_tautology ( void  )

Definition at line 281 of file test-command-select.c.

void test_unmatched_output_columns ( void  )

Definition at line 103 of file test-command-select.c.

void test_vector_int32 ( void  )

Definition at line 139 of file test-command-select.c.

void test_vector_int32_reference_key ( void  )

Definition at line 228 of file test-command-select.c.

void test_vector_reference_id ( void  )

Definition at line 197 of file test-command-select.c.

void test_vector_text ( void  )

Definition at line 157 of file test-command-select.c.