test/array_tests.h

branch
feature/array
changeset 337
f695ae118460
parent 334
bc81faa9afda
child 342
8f0a3c00d1d2
equal deleted inserted replaced
336:6d7aa8a1a3b3 337:f695ae118460
39 UCX_TEST(test_ucx_array_free); 39 UCX_TEST(test_ucx_array_free);
40 UCX_TEST(test_ucx_array_new); 40 UCX_TEST(test_ucx_array_new);
41 UCX_TEST(test_ucx_array_at); 41 UCX_TEST(test_ucx_array_at);
42 UCX_TEST(test_ucx_array_append); 42 UCX_TEST(test_ucx_array_append);
43 UCX_TEST(test_ucx_array_prepend); 43 UCX_TEST(test_ucx_array_prepend);
44 UCX_TEST(test_ucx_array_set);
44 UCX_TEST(test_ucx_array_autogrow); 45 UCX_TEST(test_ucx_array_autogrow);
45 UCX_TEST(test_ucx_array_equals); 46 UCX_TEST(test_ucx_array_equals);
46 UCX_TEST(test_ucx_array_concat); 47 UCX_TEST(test_ucx_array_concat);
47 UCX_TEST(test_ucx_array_find); 48 UCX_TEST(test_ucx_array_find);
48 UCX_TEST(test_ucx_array_contains); 49 UCX_TEST(test_ucx_array_contains);

mercurial