test/array_tests.h

changeset 369
28a8ccc442b0
parent 366
41a7cef34c19
equal deleted inserted replaced
368:97c53f7ef5e4 369:28a8ccc442b0
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_append_from_struct);
44 UCX_TEST(test_ucx_array_prepend_from); 44 UCX_TEST(test_ucx_array_prepend_from);
45 UCX_TEST(test_ucx_array_set_from); 45 UCX_TEST(test_ucx_array_set_from);
46 UCX_TEST(test_ucx_array_append);
47 UCX_TEST(test_ucx_array_append_struct);
48 UCX_TEST(test_ucx_array_prepend);
49 UCX_TEST(test_ucx_array_set);
50 UCX_TEST(test_ucx_array_autogrow);
51 UCX_TEST(test_ucx_array_equals); 46 UCX_TEST(test_ucx_array_equals);
52 UCX_TEST(test_ucx_array_concat); 47 UCX_TEST(test_ucx_array_concat);
53 UCX_TEST(test_ucx_array_find); 48 UCX_TEST(test_ucx_array_find);
54 UCX_TEST(test_ucx_array_contains); 49 UCX_TEST(test_ucx_array_contains);
55 UCX_TEST(test_ucx_array_remove); 50 UCX_TEST(test_ucx_array_remove);
56 UCX_TEST(test_ucx_array_clone); 51 UCX_TEST(test_ucx_array_clone);
57 UCX_TEST(test_ucx_array_sort); 52 UCX_TEST(test_ucx_array_sort);
58 UCX_TEST(test_ucx_array_shrink); 53 UCX_TEST(test_ucx_array_shrink);
59 UCX_TEST(test_ucx_array_resize); 54 UCX_TEST(test_ucx_array_resize);
60 UCX_TEST(test_ucx_array_reserve); 55 UCX_TEST(test_ucx_array_reserve);
56 UCX_TEST(test_ucx_array_grow);
61 UCX_TEST(test_ucx_array_util_set); 57 UCX_TEST(test_ucx_array_util_set);
58 UCX_TEST(test_ucx_array_util_setptr);
62 59
63 #ifdef __cplusplus 60 #ifdef __cplusplus
64 } 61 }
65 #endif 62 #endif
66 63

mercurial