Add more Test case for Circular Widgets
authorpius.lee <pius.lee@samsung.com>
Fri, 21 Jul 2017 02:33:36 +0000 (11:33 +0900)
committerpius.lee <pius.lee@samsung.com>
Fri, 21 Jul 2017 04:32:41 +0000 (13:32 +0900)
commit20725fcdc2ed29896c24cdacc1553e103efca0d1
tree3bb46a948815e44d4cd7e1b7fe81a887ad93fd14
parentff5b7c44dbf6471fc11ff72a6c45478af20350a1
Add more Test case for Circular Widgets

Add License to previous wearable widget TC
Add TimeSelector Test
Add EcoreTimer Test
Add Entry Test 1, 2, 3
Add EvasMap Test 1, 2
Add Focus Test
Add GenGrid Test 1,2,3,4,5,6,7,8,9,10
Add GestureLayer Test
Add Icon Test

Change-Id: I63ba37bcbbd559ba8822324e9ff3ae23134bffa2
35 files changed:
test/ElmSharp.Test/ElmSharp.Test.csproj
test/ElmSharp.Test/TC/Wearable/BackgroundColorTest1.cs
test/ElmSharp.Test/TC/Wearable/BackgroundTest1.cs
test/ElmSharp.Test/TC/Wearable/BackgroundTest2.cs
test/ElmSharp.Test/TC/Wearable/BoxLayoutTest1.cs
test/ElmSharp.Test/TC/Wearable/ButtonTest1.cs
test/ElmSharp.Test/TC/Wearable/ButtonTest2.cs
test/ElmSharp.Test/TC/Wearable/CheckTest1.cs
test/ElmSharp.Test/TC/Wearable/CircleTool.cs
test/ElmSharp.Test/TC/Wearable/ClipperTest1.cs
test/ElmSharp.Test/TC/Wearable/ContextPopupTest1.cs
test/ElmSharp.Test/TC/Wearable/DateTimeSelectorTest1.cs
test/ElmSharp.Test/TC/Wearable/DateTimeSelectorTest2.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/EcoreTimerTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/EntryTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/EntryTest2.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/EntryTest3.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/EntryTest4.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/EvasMapTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/EvasMapTest2.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/FocusTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenGridTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenGridTest2.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest10.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest2.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest3.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest4.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest5.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest6.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest7.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest8.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GenListTest9.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/GestureLayerTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/IconTest1.cs [new file with mode: 0644]