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

Go to the source code of this file.

Functions

void test_domain (void)
void test_range (void)
void test_cursor (void)
void test_get_persistent_object_from_opened_database (void)
void test_recreate_temporary_object_on_opened_database (void)
void test_size (void)
void test_expire_cache_on_recreate (void)
void test_expression_lifetime_over_database (void)
void test_get (void)
void test_at (void)
void test_open_locked_database_and_unlock (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 64 of file test-database.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 52 of file test-database.c.

void cut_startup ( void  )

Definition at line 44 of file test-database.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 79 of file test-database.c.

Here is the call graph for this function:

void test_at ( void  )

Definition at line 302 of file test-database.c.

Here is the call graph for this function:

void test_cursor ( void  )

Definition at line 115 of file test-database.c.

Here is the call graph for this function:

void test_domain ( void  )

Definition at line 101 of file test-database.c.

Here is the call graph for this function:

void test_expire_cache_on_recreate ( void  )

Definition at line 209 of file test-database.c.

Here is the call graph for this function:

void test_expression_lifetime_over_database ( void  )

Definition at line 229 of file test-database.c.

Here is the call graph for this function:

void test_get ( void  )

Definition at line 289 of file test-database.c.

Here is the call graph for this function:

void test_get_persistent_object_from_opened_database ( void  )

Definition at line 125 of file test-database.c.

Here is the call graph for this function:

void test_open_locked_database_and_unlock ( void  )

Definition at line 311 of file test-database.c.

Here is the call graph for this function:

void test_range ( void  )

Definition at line 108 of file test-database.c.

Here is the call graph for this function:

void test_recreate_temporary_object_on_opened_database ( void  )

Definition at line 152 of file test-database.c.

Here is the call graph for this function:

void test_size ( void  )

Definition at line 186 of file test-database.c.

Here is the call graph for this function: