143 /* UcxMap Tests */ |
143 /* UcxMap Tests */ |
144 ucx_test_register(suite, test_ucx_map_new); |
144 ucx_test_register(suite, test_ucx_map_new); |
145 ucx_test_register(suite, test_ucx_key); |
145 ucx_test_register(suite, test_ucx_key); |
146 ucx_test_register(suite, test_ucx_map_put); |
146 ucx_test_register(suite, test_ucx_map_put); |
147 ucx_test_register(suite, test_ucx_map_get); |
147 ucx_test_register(suite, test_ucx_map_get); |
|
148 ucx_test_register(suite, test_ucx_map_remove); |
148 ucx_test_register(suite, test_ucx_map_iterator); |
149 ucx_test_register(suite, test_ucx_map_iterator); |
149 ucx_test_register(suite, test_ucx_map_iterator_chain); |
150 ucx_test_register(suite, test_ucx_map_iterator_chain); |
150 ucx_test_register(suite, test_ucx_map_store_load); |
151 ucx_test_register(suite, test_ucx_map_store_load); |
151 ucx_test_register(suite, test_ucx_map_store_load_with_mempool); |
152 ucx_test_register(suite, test_ucx_map_store_load_with_mempool); |
152 ucx_test_register(suite, test_ucx_map_clone); |
153 ucx_test_register(suite, test_ucx_map_clone); |