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

Go to the source code of this file.

Functions

void test_invalid_name (void)
void test_missing_name (void)
void test_too_long_name (void)
void test_nonexistent_table (void)
void test_nonexistent_type (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Function Documentation

void cut_setup ( void  )

Definition at line 59 of file test-command-column-create.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 47 of file test-command-column-create.c.

void cut_startup ( void  )

Definition at line 39 of file test-command-column-create.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 72 of file test-command-column-create.c.

Here is the call graph for this function:

void test_invalid_name ( void  )

Definition at line 84 of file test-command-column-create.c.

void test_missing_name ( void  )

Definition at line 96 of file test-command-column-create.c.

void test_nonexistent_table ( void  )

Definition at line 129 of file test-command-column-create.c.

void test_nonexistent_type ( void  )

Definition at line 139 of file test-command-column-create.c.

void test_too_long_name ( void  )

Definition at line 107 of file test-command-column-create.c.

Here is the call graph for this function: