test/map_tests.h

changeset 206
58b77eb51afd
parent 192
1e51558b9d09
child 225
a1a068c2c4ef
equal deleted inserted replaced
205:54a7ceb9151f 206:58b77eb51afd
39 UCX_TEST(test_ucx_map_new); 39 UCX_TEST(test_ucx_map_new);
40 UCX_TEST(test_ucx_key); 40 UCX_TEST(test_ucx_key);
41 UCX_TEST(test_ucx_map_put); 41 UCX_TEST(test_ucx_map_put);
42 UCX_TEST(test_ucx_map_get); 42 UCX_TEST(test_ucx_map_get);
43 UCX_TEST(test_ucx_map_remove); 43 UCX_TEST(test_ucx_map_remove);
44 UCX_TEST(test_ucx_map_clear);
44 UCX_TEST(test_ucx_map_iterator); 45 UCX_TEST(test_ucx_map_iterator);
45 UCX_TEST(test_ucx_map_iterator_chain); 46 UCX_TEST(test_ucx_map_iterator_chain);
46 UCX_TEST(test_ucx_map_clone); 47 UCX_TEST(test_ucx_map_clone);
47 UCX_TEST(test_ucx_map_rehash); 48 UCX_TEST(test_ucx_map_rehash);
48 49

mercurial