test/array_tests.h

changeset 366
41a7cef34c19
parent 356
77efe51c6c9a
child 369
28a8ccc442b0
equal deleted inserted replaced
365:72da0e4cbf4a 366:41a7cef34c19
38 38
39 UCX_TEST(test_ucx_array_destroy); 39 UCX_TEST(test_ucx_array_destroy);
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_from); 42 UCX_TEST(test_ucx_array_append_from);
43 UCX_TEST(test_ucx_array_append_from_struct);
43 UCX_TEST(test_ucx_array_prepend_from); 44 UCX_TEST(test_ucx_array_prepend_from);
44 UCX_TEST(test_ucx_array_set_from); 45 UCX_TEST(test_ucx_array_set_from);
45 UCX_TEST(test_ucx_array_append); 46 UCX_TEST(test_ucx_array_append);
47 UCX_TEST(test_ucx_array_append_struct);
46 UCX_TEST(test_ucx_array_prepend); 48 UCX_TEST(test_ucx_array_prepend);
47 UCX_TEST(test_ucx_array_set); 49 UCX_TEST(test_ucx_array_set);
48 UCX_TEST(test_ucx_array_autogrow); 50 UCX_TEST(test_ucx_array_autogrow);
49 UCX_TEST(test_ucx_array_equals); 51 UCX_TEST(test_ucx_array_equals);
50 UCX_TEST(test_ucx_array_concat); 52 UCX_TEST(test_ucx_array_concat);

mercurial