test/list_tests.h

changeset 123
7fb0f74517c5
parent 122
540d99722f1f
child 134
4d320dc3a7af
equal deleted inserted replaced
122:540d99722f1f 123:7fb0f74517c5
49 UCX_TEST_DECLARE(test_ucx_list_concat); 49 UCX_TEST_DECLARE(test_ucx_list_concat);
50 UCX_TEST_DECLARE(test_ucx_list_size); 50 UCX_TEST_DECLARE(test_ucx_list_size);
51 UCX_TEST_DECLARE(test_ucx_list_first); 51 UCX_TEST_DECLARE(test_ucx_list_first);
52 UCX_TEST_DECLARE(test_ucx_list_last); 52 UCX_TEST_DECLARE(test_ucx_list_last);
53 UCX_TEST_DECLARE(test_ucx_list_get); 53 UCX_TEST_DECLARE(test_ucx_list_get);
54 UCX_TEST_DECLARE(test_ucx_list_indexof);
55 UCX_TEST_DECLARE(test_ucx_list_find);
54 UCX_TEST_DECLARE(test_ucx_list_contains); 56 UCX_TEST_DECLARE(test_ucx_list_contains);
55 UCX_TEST_DECLARE(test_ucx_list_remove); 57 UCX_TEST_DECLARE(test_ucx_list_remove);
56 UCX_TEST_DECLARE(test_ucx_list_clone); 58 UCX_TEST_DECLARE(test_ucx_list_clone);
57 UCX_TEST_DECLARE(test_ucx_list_sort); 59 UCX_TEST_DECLARE(test_ucx_list_sort);
58 60

mercurial