add test case for wearable profile
authorJeongkyun <jk.pu@samsung.com>
Mon, 31 Jul 2017 02:57:12 +0000 (11:57 +0900)
committerJeongkyun <jk.pu@samsung.com>
Mon, 31 Jul 2017 03:18:02 +0000 (12:18 +0900)
commit3c34516e4554c94e66812a91ca8b24959fe40658
treeb6f412c8d0e98d2f4b3db223a213cb710ceae6fa
parent3565654efd4972d9f672e92ae709249c8ce21d5c
add test case for wearable profile

add Image Test 1,2,3,4
add Index Test 1.2
add List Test
add Progressbar Test 1.2
add Radio Test
add Rectangle Test
add ScreenInformation Test
add Scroller Test 1,2,3
add Slider Test 1,2
add Spinner Test
add TransitTest
add WindowInternalTest

Change-Id: Ida883bc0c8be3406f9cdc97ead33ea20f6af6665
Signed-off-by: Jeongkyun <jk.pu@samsung.com>
21 files changed:
test/ElmSharp.Test/ElmSharp.Test.csproj [changed mode: 0644->0755]
test/ElmSharp.Test/TC/Wearable/ImageTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ImageTest2.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ImageTest3.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ImageTest4.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/IndexTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/IndexTest2.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ListTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ProgressBarTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ProgressBarTest2.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/RadioTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/RectangleTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ScreenInformationTest.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ScrollerTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ScrollerTest2.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/ScrollerTest3.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/SliderTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/SliderTest2.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/SpinnerTest1.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/TransitTest.cs [new file with mode: 0755]
test/ElmSharp.Test/TC/Wearable/WindowInternalTest.cs [new file with mode: 0755]