[multibuttonentry] add TestCase
authorHyunsil <hyunsil.park@samsung.com>
Mon, 27 Sep 2010 07:07:56 +0000 (16:07 +0900)
committerHyunsil <hyunsil.park@samsung.com>
Mon, 27 Sep 2010 07:07:56 +0000 (16:07 +0900)
commita1dcf7af9b6a8556714a91113b3eb66f04ae3cec
tree0b6f812aa6d8fd1081448d3837bd38b7368f1b6e
parent873f14f20dc2a38b4e3dd9f93d1ba5d07a8f48a5
[multibuttonentry] add TestCase
21 files changed:
TC/elm_ts/multibuttonentry/Makefile [new file with mode: 0755]
TC/elm_ts/multibuttonentry/tc_gen.sh [new file with mode: 0755]
TC/elm_ts/multibuttonentry/tslist [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_MODULE_API_func.c.in [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_add_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_entry_get_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_after_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_before_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_end_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_start_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_data_get_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_del_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_first_get_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_label_get_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_last_get_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_next_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_prev_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_selected_get_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_items_del_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_items_get_func.c [new file with mode: 0755]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_label_get_func.c [new file with mode: 0755]