|
| XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (xbt_dict) |
|
static void | debugged_add_ext (xbt_dict_t head, const char *key, const char *data_to_fill) |
|
static void | debugged_add (xbt_dict_t head, const char *key) |
|
static xbt_dict_t | new_fixture () |
|
static void | search_ext (xbt_dict_t head, const char *key, const char *data) |
|
static void | search (xbt_dict_t head, const char *key) |
|
static void | debugged_remove (xbt_dict_t head, const char *key) |
|
static void | traverse (xbt_dict_t head) |
|
static void | search_not_found (xbt_dict_t head, const char *data) |
|
static void | count (xbt_dict_t dict, int length) |
|
static void | count_check_get_key (xbt_dict_t dict, int length) |
|
| XBT_TEST_UNIT ("basic", test_dict_basic, "Basic usage: change, retrieve and traverse homogeneous dicts") |
|
| XBT_TEST_UNIT ("remove_homogeneous", test_dict_remove, "Removing some values from homogeneous dicts") |
|
| XBT_TEST_UNIT ("nulldata", test_dict_nulldata, "nullptr data management") |
|
static int | countelems (xbt_dict_t head) |
|
| XBT_TEST_UNIT ("crash", test_dict_crash, "Crash test") |
|
| XBT_TEST_UNIT ("ext", test_dict_int, "Test dictionnary with int keys") |
|