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

Go to the source code of this file.

Macros

#define ADD_DATUM(expected, name)

Functions

void data_is_builtin (void)
void test_is_builtin (gconstpointer data)
void cut_startup (void)
void cut_shutdown (void)
void cut_setup (void)
void cut_teardown (void)

Macro Definition Documentation

#define ADD_DATUM (   expected,
  name 
)
Value:
gcut_add_datum((expected ? "built-in - " name : "custom - " name), \
"expected", G_TYPE_BOOLEAN, expected, \
"name", G_TYPE_STRING, name, \
NULL)

Function Documentation

void cut_setup ( void  )

Definition at line 58 of file test-object.c.

Here is the call graph for this function:

void cut_shutdown ( void  )

Definition at line 46 of file test-object.c.

void cut_startup ( void  )

Definition at line 38 of file test-object.c.

Here is the call graph for this function:

void cut_teardown ( void  )

Definition at line 71 of file test-object.c.

Here is the call graph for this function:

void data_is_builtin ( void  )

Definition at line 83 of file test-object.c.

void test_is_builtin ( gconstpointer  data)

Definition at line 103 of file test-object.c.

Here is the call graph for this function: