From: Rajeev Ranjan Date: Fri, 8 Oct 2010 12:09:40 +0000 (+0900) Subject: Completed test cases for elm_calendar. X-Git-Tag: origin~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39b01f22a9e03e4fc9f5188c87595d7fc90df96a;p=framework%2Fuifw%2Felementary.git Completed test cases for elm_calendar. --- diff --git a/TC/elm_ts/calendar/Makefile b/TC/elm_ts/calendar/Makefile index 204fedd..8fe9f0f 100755 --- a/TC/elm_ts/calendar/Makefile +++ b/TC/elm_ts/calendar/Makefile @@ -12,7 +12,13 @@ TARGETS = utc_UIFW_elm_calendar_add_func \ utc_UIFW_elm_calendar_interval_set_func \ utc_UIFW_elm_calendar_min_max_year_set_func \ utc_UIFW_elm_calendar_day_selection_enabled_set_func \ - utc_UIFW_elm_calendar_selected_time_set_func + utc_UIFW_elm_calendar_selected_time_set_func \ + utc_UIFW_elm_calendar_format_function_set_func \ + utc_UIFW_elm_calendar_mark_del_func \ + utc_UIFW_elm_calendar_marks_clear_func \ + utc_UIFW_elm_calendar_marks_draw_func \ + utc_UIFW_elm_calendar_text_weekday_color_set_func \ + utc_UIFW_elm_calendar_text_sunday_color_set_func PKGS = elementary diff --git a/TC/elm_ts/calendar/tslist b/TC/elm_ts/calendar/tslist index d78380e..b14653c 100644 --- a/TC/elm_ts/calendar/tslist +++ b/TC/elm_ts/calendar/tslist @@ -11,3 +11,10 @@ /elm_ts/calendar/utc_UIFW_elm_calendar_min_max_year_set_func /elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_set_func /elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_set_func +/elm_ts/calendar/utc_UIFW_elm_calendar_format_function_set_func +/elm_ts/calendar/utc_UIFW_elm_calendar_mark_del_func +/elm_ts/calendar/utc_UIFW_elm_calendar_marks_clear_func +/elm_ts/calendar/utc_UIFW_elm_calendar_marks_draw_func +/elm_ts/calendar/utc_UIFW_elm_calendar_text_weekday_color_set_func +/elm_ts/calendar/utc_UIFW_elm_calendar_text_saturday_color_set_func +/elm_ts/calendar/utc_UIFW_elm_calendar_text_sunday_color_set_func diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_add_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_add_func.c index 5651b8d..d6de5aa 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_add_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_add_func.c @@ -27,7 +27,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; static void startup(void); static void cleanup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func index 7b99585..cc85c2e 100755 Binary files a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func and b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func differ diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func.c index 1f615bb..df52601 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_get_func.c @@ -27,7 +27,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; Evas_Object *test_eo = NULL; static void startup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_set_func.c index c9f63ad..18d9df7 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_set_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_day_selection_enabled_set_func.c @@ -1,5 +1,5 @@ #include - +#include // Definitions // For checking the result of the positive test case. @@ -26,7 +26,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; static void startup(void); static void cleanup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_format_function_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_format_function_set_func.c new file mode 100644 index 0000000..71d65b0 --- /dev/null +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_format_function_set_func.c @@ -0,0 +1,108 @@ +#include +#include + + +// Definitions +// For checking the result of the positive test case. +#define TET_CHECK_PASS(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err == (x1)) \ + { \ + tet_printf("[TET_CHECK_PASS]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +// For checking the result of the negative test case. +#define TET_CHECK_FAIL(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err != (x1)) \ + { \ + tet_printf("[TET_CHECK_FAIL]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +Evas_Object *main_win = NULL; + +static void startup(void); +static void cleanup(void); + +void (*tet_startup)(void) = startup; +void (*tet_cleanup)(void) = cleanup; + +static void utc_UIFW_elm_calendar_format_function_set_func_01(void); +static void utc_UIFW_elm_calendar_format_function_set_func_02(void); + +enum { + POSITIVE_TC_IDX = 0x01, + NEGATIVE_TC_IDX, +}; + +struct tet_testlist tet_testlist[] = { + { utc_UIFW_elm_calendar_format_function_set_func_01, POSITIVE_TC_IDX }, + { utc_UIFW_elm_calendar_format_function_set_func_02, NEGATIVE_TC_IDX }, +}; + +static void startup(void) +{ + tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ "); + + elm_init(0, NULL); + main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC); + evas_object_show(main_win); +} + +static void cleanup(void) +{ + if ( NULL != main_win ) { + evas_object_del(main_win); + main_win = NULL; + } + + elm_shutdown(); + tet_infoline("[[ TET_MSG ]]:: ============ Cleanup ============ "); +} + +static char * +_format_month_year(struct tm *stime) +{ + char buf[32]; + if (!strftime(buf, sizeof(buf), "%b %y", stime)) return NULL; + return strdup(buf); +} + +/** + * @brief Positive test case of elm_calendar_format_function_set() + */ +static void utc_UIFW_elm_calendar_format_function_set_func_01(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_format_function_set(test_eo, _format_month_year); + + TET_CHECK_PASS(NULL, test_eo); + + tet_result(TET_PASS); + tet_infoline("elm_calendar_format_function_set() passed in positive test case"); + evas_object_del(test_eo); + test_eo = NULL; +} + +/** + * @brief Negative test case of ug_init elm_calendar_format_function_set() + */ +static void utc_UIFW_elm_calendar_format_function_set_func_02(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_format_function_set(NULL, _format_month_year); + tet_infoline("elm_calendar_format_function_set() passed in negative test case"); + evas_object_del(test_eo); + test_eo = NULL; + tet_result(TET_PASS); +} diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_get_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_get_func.c index ec205f0..7370a32 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_get_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_get_func.c @@ -27,7 +27,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; Evas_Object *test_eo = NULL; double interval = 0.4; diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_set_func.c index e514c5d..99ee3c7 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_set_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_interval_set_func.c @@ -1,5 +1,5 @@ #include - +#include // Definitions // For checking the result of the positive test case. @@ -26,7 +26,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; static void startup(void); static void cleanup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_mark_add_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_mark_add_func.c index 9712f81..4fd0aa3 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_mark_add_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_mark_add_func.c @@ -27,7 +27,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; Evas_Object *test_eo = NULL; static void startup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_mark_del_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_mark_del_func.c new file mode 100644 index 0000000..212898b --- /dev/null +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_mark_del_func.c @@ -0,0 +1,111 @@ +#include +#include + +// Definitions +// For checking the result of the positive test case. +#define TET_CHECK_PASS(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err == (x1)) \ + { \ + tet_printf("[TET_CHECK_PASS]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +// For checking the result of the negative test case. +#define TET_CHECK_FAIL(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err != (x1)) \ + { \ + tet_printf("[TET_CHECK_FAIL]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +Evas_Object *main_win = NULL; + +static void startup(void); +static void cleanup(void); + +void (*tet_startup)(void) = startup; +void (*tet_cleanup)(void) = cleanup; + +static void utc_UIFW_elm_calendar_mark_del_func_01(void); +static void utc_UIFW_elm_calendar_mark_del_func_02(void); + +enum { + POSITIVE_TC_IDX = 0x01, + NEGATIVE_TC_IDX, +}; + +struct tet_testlist tet_testlist[] = { + { utc_UIFW_elm_calendar_mark_del_func_01, POSITIVE_TC_IDX }, + { utc_UIFW_elm_calendar_mark_del_func_02, NEGATIVE_TC_IDX }, +}; + +static void startup(void) +{ + tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ "); + + elm_init(0, NULL); + main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC); + evas_object_show(main_win); +} + +static void cleanup(void) +{ + if (NULL != main_win) + { + evas_object_del(main_win); + main_win = NULL; + } + + elm_shutdown(); + tet_infoline("[[ TET_MSG ]]:: ============ Cleanup ============ "); +} + +/** + * @brief Positive test case of elm_calendar_mark_del() + */ +static void utc_UIFW_elm_calendar_mark_del_func_01(void) +{ + Evas_Object *test_eo = NULL; + Elm_Calendar_Mark *mark = NULL; + struct tm selected_time; + time_t current_time; + test_eo = elm_calendar_add(main_win); + current_time = time(NULL) + 1 * 84600; + localtime_r(¤t_time, &selected_time); + mark = elm_calendar_mark_add(test_eo, "checked", &selected_time, ELM_CALENDAR_UNIQUE); + elm_calendar_mark_del(mark); + TET_CHECK_PASS(NULL, test_eo); + + tet_result(TET_PASS); + tet_infoline("elm_calendar_mark_del() passed in positive test case"); + evas_object_del(test_eo); + test_eo = NULL; +} + +/** + * @brief Negative test case of ug_init elm_calendar_mark_del() + */ +static void utc_UIFW_elm_calendar_mark_del_func_02(void) +{ + Evas_Object *test_eo = NULL; + Elm_Calendar_Mark *mark = NULL; + struct tm selected_time; + time_t current_time; + test_eo = elm_calendar_add(main_win); + current_time = time(NULL) + 1 * 84600; + localtime_r(¤t_time, &selected_time); + mark = elm_calendar_mark_add(test_eo, "checked", &selected_time, ELM_CALENDAR_UNIQUE); + elm_calendar_mark_del(NULL); + tet_infoline("elm_calendar_mark_del() passed in negative test case"); + evas_object_del(test_eo); + test_eo = NULL; + tet_result(TET_PASS); +} diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_clear_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_clear_func.c new file mode 100644 index 0000000..29be6b7 --- /dev/null +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_clear_func.c @@ -0,0 +1,111 @@ +#include +#include + +// Definitions +// For checking the result of the positive test case. +#define TET_CHECK_PASS(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err == (x1)) \ + { \ + tet_printf("[TET_CHECK_PASS]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +// For checking the result of the negative test case. +#define TET_CHECK_FAIL(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err != (x1)) \ + { \ + tet_printf("[TET_CHECK_FAIL]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +Evas_Object *main_win = NULL; + +static void startup(void); +static void cleanup(void); + +void (*tet_startup)(void) = startup; +void (*tet_cleanup)(void) = cleanup; + +static void utc_UIFW_elm_calendar_marks_clear_func_01(void); +static void utc_UIFW_elm_calendar_marks_clear_func_02(void); + +enum { + POSITIVE_TC_IDX = 0x01, + NEGATIVE_TC_IDX, +}; + +struct tet_testlist tet_testlist[] = { + { utc_UIFW_elm_calendar_marks_clear_func_01, POSITIVE_TC_IDX }, + { utc_UIFW_elm_calendar_marks_clear_func_02, NEGATIVE_TC_IDX }, +}; + +static void startup(void) +{ + tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ "); + + elm_init(0, NULL); + main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC); + evas_object_show(main_win); +} + +static void cleanup(void) +{ + if (NULL != main_win) + { + evas_object_del(main_win); + main_win = NULL; + } + + elm_shutdown(); + tet_infoline("[[ TET_MSG ]]:: ============ Cleanup ============ "); +} + +/** + * @brief Positive test case of elm_calendar_marks_clear() + */ +static void utc_UIFW_elm_calendar_marks_clear_func_01(void) +{ + Evas_Object *test_eo = NULL; + Elm_Calendar_Mark *mark = NULL; + struct tm selected_time; + time_t current_time; + test_eo = elm_calendar_add(main_win); + current_time = time(NULL) + 1 * 84600; + localtime_r(¤t_time, &selected_time); + mark = elm_calendar_mark_add(test_eo, "checked", &selected_time, ELM_CALENDAR_UNIQUE); + elm_calendar_marks_clear(test_eo); + TET_CHECK_PASS(NULL, test_eo); + + tet_result(TET_PASS); + tet_infoline("elm_calendar_marks_clear() passed in positive test case"); + evas_object_del(test_eo); + test_eo = NULL; +} + +/** + * @brief Negative test case of ug_init elm_calendar_marks_clear() + */ +static void utc_UIFW_elm_calendar_marks_clear_func_02(void) +{ + Evas_Object *test_eo = NULL; + Elm_Calendar_Mark *mark = NULL; + struct tm selected_time; + time_t current_time; + test_eo = elm_calendar_add(main_win); + current_time = time(NULL) + 1 * 84600; + localtime_r(¤t_time, &selected_time); + mark = elm_calendar_mark_add(test_eo, "checked", &selected_time, ELM_CALENDAR_UNIQUE); + elm_calendar_marks_clear(NULL); + tet_infoline("elm_calendar_mark_del() passed in negative test case"); + evas_object_del(test_eo); + test_eo = NULL; + tet_result(TET_PASS); +} diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_draw_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_draw_func.c new file mode 100644 index 0000000..b9a027e --- /dev/null +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_draw_func.c @@ -0,0 +1,111 @@ +#include +#include + +// Definitions +// For checking the result of the positive test case. +#define TET_CHECK_PASS(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err == (x1)) \ + { \ + tet_printf("[TET_CHECK_PASS]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +// For checking the result of the negative test case. +#define TET_CHECK_FAIL(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err != (x1)) \ + { \ + tet_printf("[TET_CHECK_FAIL]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +Evas_Object *main_win = NULL; + +static void startup(void); +static void cleanup(void); + +void (*tet_startup)(void) = startup; +void (*tet_cleanup)(void) = cleanup; + +static void utc_UIFW_elm_calendar_marks_draw_func_01(void); +static void utc_UIFW_elm_calendar_marks_draw_func_02(void); + +enum { + POSITIVE_TC_IDX = 0x01, + NEGATIVE_TC_IDX, +}; + +struct tet_testlist tet_testlist[] = { + { utc_UIFW_elm_calendar_marks_draw_func_01, POSITIVE_TC_IDX }, + { utc_UIFW_elm_calendar_marks_draw_func_02, NEGATIVE_TC_IDX }, +}; + +static void startup(void) +{ + tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ "); + + elm_init(0, NULL); + main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC); + evas_object_show(main_win); +} + +static void cleanup(void) +{ + if (NULL != main_win) + { + evas_object_del(main_win); + main_win = NULL; + } + + elm_shutdown(); + tet_infoline("[[ TET_MSG ]]:: ============ Cleanup ============ "); +} + +/** + * @brief Positive test case of elm_calendar_marks_draw() + */ +static void utc_UIFW_elm_calendar_marks_draw_func_01(void) +{ + Evas_Object *test_eo = NULL; + Elm_Calendar_Mark *mark = NULL; + struct tm selected_time; + time_t current_time; + test_eo = elm_calendar_add(main_win); + current_time = time(NULL) + 1 * 84600; + localtime_r(¤t_time, &selected_time); + mark = elm_calendar_mark_add(test_eo, "checked", &selected_time, ELM_CALENDAR_UNIQUE); + elm_calendar_marks_draw(test_eo); + TET_CHECK_PASS(NULL, test_eo); + + tet_result(TET_PASS); + tet_infoline("elm_calendar_marks_draw() passed in positive test case"); + evas_object_del(test_eo); + test_eo = NULL; +} + +/** + * @brief Negative test case of ug_init elm_calendar_marks_draw() + */ +static void utc_UIFW_elm_calendar_marks_draw_func_02(void) +{ + Evas_Object *test_eo = NULL; + Elm_Calendar_Mark *mark = NULL; + struct tm selected_time; + time_t current_time; + test_eo = elm_calendar_add(main_win); + current_time = time(NULL) + 1 * 84600; + localtime_r(¤t_time, &selected_time); + mark = elm_calendar_mark_add(test_eo, "checked", &selected_time, ELM_CALENDAR_UNIQUE); + elm_calendar_marks_draw(NULL); + tet_infoline("elm_calendar_marks_draw() passed in negative test case"); + evas_object_del(test_eo); + test_eo = NULL; + tet_result(TET_PASS); +} diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func index a859c20..1ccf97c 100755 Binary files a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func and b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func differ diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func.c index 8492c51..4d7f894 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_marks_get_func.c @@ -27,7 +27,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; Evas_Object *test_eo = NULL; static void startup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_min_max_year_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_min_max_year_set_func.c index 83193ba..7a04629 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_min_max_year_set_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_min_max_year_set_func.c @@ -1,5 +1,5 @@ #include - +#include // Definitions // For checking the result of the positive test case. @@ -26,7 +26,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; static void startup(void); static void cleanup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_get_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_get_func.c index 0bd16d2..f448ce3 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_get_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_get_func.c @@ -27,7 +27,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; Evas_Object *test_eo = NULL; struct tm selected_time; diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_set_func.c index c1928d7..a9fbbc7 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_set_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_selected_time_set_func.c @@ -1,5 +1,5 @@ #include - +#include // Definitions // For checking the result of the positive test case. @@ -26,6 +26,8 @@ } \ } +Evas_Object *main_win = NULL; + static void startup(void); static void cleanup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_saturday_color_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_saturday_color_set_func.c new file mode 100644 index 0000000..f050e20 --- /dev/null +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_saturday_color_set_func.c @@ -0,0 +1,100 @@ +#include +#include + +// Definitions +// For checking the result of the positive test case. +#define TET_CHECK_PASS(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err == (x1)) \ + { \ + tet_printf("[TET_CHECK_PASS]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +// For checking the result of the negative test case. +#define TET_CHECK_FAIL(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err != (x1)) \ + { \ + tet_printf("[TET_CHECK_FAIL]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +Evas_Object *main_win = NULL; + +static void startup(void); +static void cleanup(void); + +void (*tet_startup)(void) = startup; +void (*tet_cleanup)(void) = cleanup; + +static void utc_UIFW_elm_calendar_text_saturday_color_set_func_01(void); +static void utc_UIFW_elm_calendar_text_saturday_color_set_func_02(void); + +enum { + POSITIVE_TC_IDX = 0x01, + NEGATIVE_TC_IDX, +}; + +struct tet_testlist tet_testlist[] = { + { utc_UIFW_elm_calendar_text_saturday_color_set_func_01, POSITIVE_TC_IDX }, + { utc_UIFW_elm_calendar_text_saturday_color_set_func_02, NEGATIVE_TC_IDX }, +}; + +static void startup(void) +{ + tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ "); + + elm_init(0, NULL); + main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC); + evas_object_show(main_win); +} + +static void cleanup(void) +{ + if (NULL != main_win) + { + evas_object_del(main_win); + main_win = NULL; + } + + elm_shutdown(); + tet_infoline("[[ TET_MSG ]]:: ============ Cleanup ============ "); +} + +/** + * @brief Positive test case of elm_calendar_text_saturday_color_set() + */ +static void utc_UIFW_elm_calendar_text_saturday_color_set_func_01(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_text_saturday_color_set(test_eo, 2); + + TET_CHECK_PASS(NULL, test_eo); + + tet_result(TET_PASS); + tet_infoline("elm_calendar_text_saturday_color_set() passed in positive test case"); + evas_object_del(test_eo); + test_eo = NULL; +} + +/** + * @brief Negative test case of ug_init elm_calendar_text_saturday_color_set() + */ +static void utc_UIFW_elm_calendar_text_saturday_color_set_func_02(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_text_saturday_color_set(NULL, 2); + tet_infoline("elm_calendar_text_saturday_color_set() passed in negative test case"); + evas_object_del(test_eo); + test_eo = NULL; + tet_result(TET_PASS); +} diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_sunday_color_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_sunday_color_set_func.c new file mode 100644 index 0000000..ccfdece --- /dev/null +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_sunday_color_set_func.c @@ -0,0 +1,100 @@ +#include +#include + +// Definitions +// For checking the result of the positive test case. +#define TET_CHECK_PASS(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err == (x1)) \ + { \ + tet_printf("[TET_CHECK_PASS]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +// For checking the result of the negative test case. +#define TET_CHECK_FAIL(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err != (x1)) \ + { \ + tet_printf("[TET_CHECK_FAIL]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +Evas_Object *main_win = NULL; + +static void startup(void); +static void cleanup(void); + +void (*tet_startup)(void) = startup; +void (*tet_cleanup)(void) = cleanup; + +static void utc_UIFW_elm_calendar_text_sunday_color_set_func_01(void); +static void utc_UIFW_elm_calendar_text_sunday_color_set_func_02(void); + +enum { + POSITIVE_TC_IDX = 0x01, + NEGATIVE_TC_IDX, +}; + +struct tet_testlist tet_testlist[] = { + { utc_UIFW_elm_calendar_text_sunday_color_set_func_01, POSITIVE_TC_IDX }, + { utc_UIFW_elm_calendar_text_sunday_color_set_func_02, NEGATIVE_TC_IDX }, +}; + +static void startup(void) +{ + tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ "); + + elm_init(0, NULL); + main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC); + evas_object_show(main_win); +} + +static void cleanup(void) +{ + if (NULL != main_win) + { + evas_object_del(main_win); + main_win = NULL; + } + + elm_shutdown(); + tet_infoline("[[ TET_MSG ]]:: ============ Cleanup ============ "); +} + +/** + * @brief Positive test case of elm_calendar_text_sunday_color_set() + */ +static void utc_UIFW_elm_calendar_text_sunday_color_set_func_01(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_text_sunday_color_set(test_eo, 3); + + TET_CHECK_PASS(NULL, test_eo); + + tet_result(TET_PASS); + tet_infoline("elm_calendar_text_sunday_color_set() passed in positive test case"); + evas_object_del(test_eo); + test_eo = NULL; +} + +/** + * @brief Negative test case of ug_init elm_calendar_text_sunday_color_set() + */ +static void utc_UIFW_elm_calendar_text_sunday_color_set_func_02(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_text_sunday_color_set(NULL, 3); + tet_infoline("elm_calendar_text_sunday_color_set() passed in negative test case"); + evas_object_del(test_eo); + test_eo = NULL; + tet_result(TET_PASS); +} diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_weekday_color_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_weekday_color_set_func.c new file mode 100644 index 0000000..ef0da94 --- /dev/null +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_text_weekday_color_set_func.c @@ -0,0 +1,100 @@ +#include +#include + +// Definitions +// For checking the result of the positive test case. +#define TET_CHECK_PASS(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err == (x1)) \ + { \ + tet_printf("[TET_CHECK_PASS]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +// For checking the result of the negative test case. +#define TET_CHECK_FAIL(x1, y...) \ +{ \ + Evas_Object *err = y; \ + if (err != (x1)) \ + { \ + tet_printf("[TET_CHECK_FAIL]:: %s[%d] : Test has failed..", __FILE__,__LINE__); \ + tet_result(TET_FAIL); \ + return; \ + } \ +} + +Evas_Object *main_win = NULL; + +static void startup(void); +static void cleanup(void); + +void (*tet_startup)(void) = startup; +void (*tet_cleanup)(void) = cleanup; + +static void utc_UIFW_elm_calendar_text_weekday_color_set_func_01(void); +static void utc_UIFW_elm_calendar_text_weekday_color_set_func_02(void); + +enum { + POSITIVE_TC_IDX = 0x01, + NEGATIVE_TC_IDX, +}; + +struct tet_testlist tet_testlist[] = { + { utc_UIFW_elm_calendar_text_weekday_color_set_func_01, POSITIVE_TC_IDX }, + { utc_UIFW_elm_calendar_text_weekday_color_set_func_02, NEGATIVE_TC_IDX }, +}; + +static void startup(void) +{ + tet_infoline("[[ TET_MSG ]]:: ============ Startup ============ "); + + elm_init(0, NULL); + main_win = elm_win_add(NULL, "main", ELM_WIN_BASIC); + evas_object_show(main_win); +} + +static void cleanup(void) +{ + if (NULL != main_win) + { + evas_object_del(main_win); + main_win = NULL; + } + + elm_shutdown(); + tet_infoline("[[ TET_MSG ]]:: ============ Cleanup ============ "); +} + +/** + * @brief Positive test case of elm_calendar_text_weekday_color_set() + */ +static void utc_UIFW_elm_calendar_text_weekday_color_set_func_01(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_text_weekday_color_set(test_eo, 1); + + TET_CHECK_PASS(NULL, test_eo); + + tet_result(TET_PASS); + tet_infoline("elm_calendar_text_weekday_color_set() passed in positive test case"); + evas_object_del(test_eo); + test_eo = NULL; +} + +/** + * @brief Negative test case of ug_init elm_calendar_text_weekday_color_set() + */ +static void utc_UIFW_elm_calendar_text_weekday_color_set_func_02(void) +{ + Evas_Object *test_eo = NULL; + test_eo = elm_calendar_add(main_win); + elm_calendar_text_weekday_color_set(NULL, 1); + tet_infoline("elm_calendar_text_weekday_color_set() passed in negative test case"); + evas_object_del(test_eo); + test_eo = NULL; + tet_result(TET_PASS); +} diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_get_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_get_func.c index 41694e5..fc2b7f5 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_get_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_get_func.c @@ -27,7 +27,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; Evas_Object *test_eo = NULL; static void startup(void); diff --git a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_set_func.c b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_set_func.c index b132806..94bd59d 100644 --- a/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_set_func.c +++ b/TC/elm_ts/calendar/utc_UIFW_elm_calendar_weekdays_names_set_func.c @@ -1,5 +1,5 @@ #include - +#include // Definitions // For checking the result of the positive test case. @@ -26,7 +26,7 @@ } \ } -Evas_Object *main_win; +Evas_Object *main_win = NULL; static void startup(void); static void cleanup(void);