Go to the source code of this file.
Macro Definition Documentation
#define ADD_DATUM |
( |
|
label, |
|
|
|
commands |
|
) |
| |
Value:gcut_add_datum(label, \
"commands", G_TYPE_STRING, commands, \
NULL)
#define cut_assert_delete |
( |
|
key | ) |
|
Value:do \
{ \
const gchar *_key; \
\
_key = (key); \
if (_key) \
key_size = strlen(_key);
\
_key, key_size, NULL)); \
\
flags = 0; \
cut_assert_lookup_failed(_key, key_size, &flags); \
} while (0)
Definition at line 334 of file test-patricia-trie.c.
#define cut_assert_truncate |
( |
|
key | ) |
|
Value:do \
{ \
const gchar *_key; \
\
_key = (key); \
if (_key) \
key_size = strlen(_key);
\
_key, key_size, NULL)); \
\
flags = 0; \
cut_assert_lookup_failed(_key, key_size, &flags); \
} while (0)
Definition at line 744 of file test-patricia-trie.c.
Function Documentation
void attributes_delete_by_id_sis_long |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void data_add_and_delete |
( |
void |
| ) |
|
void data_create |
( |
void |
| ) |
|
void data_delete |
( |
void |
| ) |
|
void data_delete_by_id |
( |
void |
| ) |
|
void data_get_value |
( |
void |
| ) |
|
void data_lookup_add |
( |
void |
| ) |
|
void data_lookup_and_delete_for_same_prefix_key |
( |
void |
| ) |
|
void data_open_success |
( |
void |
| ) |
|
void data_open_without_path |
( |
void |
| ) |
|
void data_truncate |
( |
void |
| ) |
|
void test_add_and_delete |
( |
gconstpointer |
data | ) |
|
void test_at |
( |
gconstpointer |
data | ) |
|
void test_create |
( |
gconstpointer |
data | ) |
|
void test_delete |
( |
gconstpointer |
data | ) |
|
void test_delete_by_id |
( |
gconstpointer |
data | ) |
|
void test_delete_by_id_sis_long |
( |
void |
| ) |
|
void test_delete_by_id_sis_short |
( |
void |
| ) |
|
void test_get_key |
( |
void |
| ) |
|
void test_get_value |
( |
gconstpointer |
data | ) |
|
void test_lookup_add |
( |
gconstpointer |
data | ) |
|
void test_lookup_and_delete_for_same_prefix_key |
( |
gconstpointer |
data | ) |
|
void test_open_success |
( |
gconstpointer |
data | ) |
|
void test_open_without_path |
( |
gconstpointer |
data | ) |
|
void test_remove |
( |
void |
| ) |
|
void test_remove_with_null_as_path |
( |
void |
| ) |
|
void test_set_value |
( |
void |
| ) |
|
void test_set_value_with_null_value |
( |
void |
| ) |
|
void test_truncate |
( |
gconstpointer |
data | ) |
|