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

Go to the source code of this file.

Functions

void test_invalid_char (void)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)
void test_no_key (void)
void test_duplicated_key (void)
void test_invalid_column (void)

Function Documentation

void cut_setup ( void  )

Definition at line 55 of file test-log.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 43 of file test-log.c.

void cut_startup ( void  )

Definition at line 35 of file test-log.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 72 of file test-log.c.

Here is the call graph for this function:

void test_duplicated_key ( void  )

Definition at line 121 of file test-log.c.

Here is the call graph for this function:

void test_invalid_char ( void  )

Definition at line 84 of file test-log.c.

Here is the call graph for this function:

void test_invalid_column ( void  )

Definition at line 137 of file test-log.c.

Here is the call graph for this function:

void test_no_key ( void  )

Definition at line 105 of file test-log.c.

Here is the call graph for this function: