Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
grn-test-hash-assertions.h File Reference
#include "grn-assertions.h"
#include "grn-test-hash-factory.h"
Include dependency graph for grn-test-hash-assertions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define grn_test_assert_create_hash(hash, factory)
#define grn_test_assert_open_hash(hash, factory)
#define grn_test_assert_fail_open_hash(hash, factory)

Functions

void grn_test_assert_create_hash_helper (grn_hash **hash, GrnTestHashFactory *factory)
void grn_test_assert_open_hash_helper (grn_hash **hash, GrnTestHashFactory *factory)
void grn_test_assert_fail_open_hash_helper (grn_hash **hash, GrnTestHashFactory *factory)

Macro Definition Documentation

#define grn_test_assert_create_hash (   hash,
  factory 
)
Value:
cut_trace_with_info_expression( \

Definition at line 25 of file grn-test-hash-assertions.h.

#define grn_test_assert_fail_open_hash (   hash,
  factory 
)
Value:
cut_trace_with_info_expression( \

Definition at line 35 of file grn-test-hash-assertions.h.

#define grn_test_assert_open_hash (   hash,
  factory 
)
Value:
cut_trace_with_info_expression( \
grn_test_assert_open_hash(hash, factory))

Definition at line 30 of file grn-test-hash-assertions.h.

Function Documentation

void grn_test_assert_create_hash_helper ( grn_hash **  hash,
GrnTestHashFactory factory 
)

Definition at line 26 of file grn-test-hash-assertions.c.

Here is the call graph for this function:

void grn_test_assert_fail_open_hash_helper ( grn_hash **  hash,
GrnTestHashFactory factory 
)

Definition at line 56 of file grn-test-hash-assertions.c.

Here is the call graph for this function:

void grn_test_assert_open_hash_helper ( grn_hash **  hash,
GrnTestHashFactory factory 
)

Definition at line 41 of file grn-test-hash-assertions.c.

Here is the call graph for this function: