Changeset View
Changeset View
Standalone View
Standalone View
src/tests/elementary/efl_ui_suite.h
Show All 14 Lines | 11 | { \ | |||
---|---|---|---|---|---|
15 | expected[len] = '\0'; \ | 15 | expected[len] = '\0'; \ | ||
16 | strncpy(actual, s2, len); \ | 16 | strncpy(actual, s2, len); \ | ||
17 | actual[len] = '\0'; \ | 17 | actual[len] = '\0'; \ | ||
18 | \ | 18 | \ | ||
19 | ck_assert_str_eq(expected, actual); \ | 19 | ck_assert_str_eq(expected, actual); \ | ||
20 | } | 20 | } | ||
21 | 21 | | |||
22 | void efl_ui_test_box(TCase *tc); | 22 | void efl_ui_test_box(TCase *tc); | ||
23 | void efl_ui_test_box_stack(TCase *tc); | ||||
23 | void efl_ui_test_table(TCase *tc); | 24 | void efl_ui_test_table(TCase *tc); | ||
24 | void efl_ui_test_grid(TCase *tc); | 25 | void efl_ui_test_grid(TCase *tc); | ||
25 | void efl_ui_test_relative_layout(TCase *tc); | 26 | void efl_ui_test_relative_layout(TCase *tc); | ||
26 | void efl_ui_test_atspi(TCase *tc); | 27 | void efl_ui_test_atspi(TCase *tc); | ||
27 | void efl_ui_test_image_zoomable(TCase *tc); | 28 | void efl_ui_test_image_zoomable(TCase *tc); | ||
28 | void efl_ui_test_layout(TCase *tc); | 29 | void efl_ui_test_layout(TCase *tc); | ||
29 | void efl_ui_test_image(TCase *tc); | 30 | void efl_ui_test_image(TCase *tc); | ||
30 | 31 | | |||
Show All 13 Lines |