[Box] Add unit test cases for Box widget.
authorMyoungWoon Roy Kim <myoungwoon.kim@samsung.com>
Mon, 25 Oct 2010 08:40:22 +0000 (17:40 +0900)
committerMyoungWoon Roy Kim <myoungwoon.kim@samsung.com>
Mon, 25 Oct 2010 08:40:22 +0000 (17:40 +0900)
commit4515ef417fd506fbc646406e042a9c09225ebc68
tree8aae0f65692d15c1b95bd8fa2c89fcf617e60b59
parent0c73c81cae4bd7e098d6e40133692561cf233468
[Box] Add unit test cases for Box widget.
14 files changed:
TC/elm_ts/box/tc_gen.sh [new file with mode: 0755]
TC/elm_ts/box/tslist [new file with mode: 0644]
TC/elm_ts/box/utc_MODULE_API_func.c.in [new file with mode: 0755]
TC/elm_ts/box/utc_UIFW_elm_box_add_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_clear_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_extended_set_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_homogenous_set_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_horizontal_set_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_pack_after_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_pack_before_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_pack_end_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_pack_start_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_unpack_all_func.c [new file with mode: 0644]
TC/elm_ts/box/utc_UIFW_elm_box_unpack_func.c [new file with mode: 0644]