Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
test_dat_file Namespace Reference

Functions

void cut_setup (void)
void cut_teardown (void)
void test_invalid_file (void)
void test_create_without_path (void)
void test_create_with_path (void)
void test_open (void)
void test_swap (void)

Variables

const gchar * base_dir = NULL

Function Documentation

void test_dat_file::cut_setup ( void  )

Definition at line 31 of file test-file.cpp.

Here is the call graph for this function:

void test_dat_file::cut_teardown ( void  )

Definition at line 38 of file test-file.cpp.

void test_dat_file::test_create_with_path ( void  )

Definition at line 74 of file test-file.cpp.

Here is the call graph for this function:

void test_dat_file::test_create_without_path ( void  )

Definition at line 53 of file test-file.cpp.

Here is the call graph for this function:

void test_dat_file::test_invalid_file ( void  )

Definition at line 45 of file test-file.cpp.

Here is the call graph for this function:

void test_dat_file::test_open ( void  )

Definition at line 99 of file test-file.cpp.

Here is the call graph for this function:

void test_dat_file::test_swap ( void  )

Definition at line 127 of file test-file.cpp.

Here is the call graph for this function:

Variable Documentation

const gchar* base_dir = NULL

Definition at line 29 of file test-file.cpp.