Add Some Test case for Circular Wearable
authorpius.lee <pius.lee@samsung.com>
Mon, 17 Jul 2017 13:29:47 +0000 (22:29 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Wed, 19 Jul 2017 07:45:46 +0000 (16:45 +0900)
commita91da164f83094066a8798376dabf755313234fd
tree640b29c860e0416711113d3e0e7e3a854b3be47b
parentb70969f75df4ff2fae387f60f31245d88f3b6507
Add Some Test case for Circular Wearable

Change to TestRunner show TC list by current platform.
Add BackgroundColor Test
Add Background widget Test
Add Box Layout Test
Add Normal Button Test
Add Circular Button Test
Add Check Test
Add Clipper Test
Add Context Popup Test
Add DateTimeSelector - Date format Test

Change-Id: I8a3a230a5e47c4bb9010492d32b7a2222b8448d8
27 files changed:
test/ElmSharp.Test/ElmSharp.Test.csproj [changed mode: 0755->0644]
test/ElmSharp.Test/Log.cs [moved from test/ElmSharp.Test/TC/Log.cs with 100% similarity]
test/ElmSharp.Test/TC/AccessibilityRoleTest.cs
test/ElmSharp.Test/TC/EvasMapTest1.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/FloatingButtonTest.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/GenListTest10.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/GenListTest2.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/GenListTest7.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/SliderTest1.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/SliderTest2.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/ToolbarTest2.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/ToolbarTest3.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/ToolbarTest4.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/TransitTest.cs [changed mode: 0755->0644]
test/ElmSharp.Test/TC/Wearable/BackgroundColorTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/BackgroundTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/BackgroundTest2.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/BoxLayoutTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/ButtonTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/ButtonTest2.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/CheckTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/CircleTool.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/ClipperTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/ContextPopupTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TC/Wearable/DateTimeSelectorTest1.cs [new file with mode: 0644]
test/ElmSharp.Test/TestCaseBase.cs
test/ElmSharp.Test/TestRunner.cs