From a91da164f83094066a8798376dabf755313234fd Mon Sep 17 00:00:00 2001 From: "pius.lee" Date: Mon, 17 Jul 2017 22:29:47 +0900 Subject: [PATCH] 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 --- test/ElmSharp.Test/ElmSharp.Test.csproj | 26 ++++-- test/ElmSharp.Test/{TC => }/Log.cs | 0 test/ElmSharp.Test/TC/AccessibilityRoleTest.cs | 2 +- test/ElmSharp.Test/TC/EvasMapTest1.cs | 0 test/ElmSharp.Test/TC/FloatingButtonTest.cs | 0 test/ElmSharp.Test/TC/GenListTest10.cs | 0 test/ElmSharp.Test/TC/GenListTest2.cs | 0 test/ElmSharp.Test/TC/GenListTest7.cs | 0 test/ElmSharp.Test/TC/SliderTest1.cs | 0 test/ElmSharp.Test/TC/SliderTest2.cs | 0 test/ElmSharp.Test/TC/ToolbarTest2.cs | 0 test/ElmSharp.Test/TC/ToolbarTest3.cs | 0 test/ElmSharp.Test/TC/ToolbarTest4.cs | 0 test/ElmSharp.Test/TC/TransitTest.cs | 0 .../TC/Wearable/BackgroundColorTest1.cs | 38 ++++++++ test/ElmSharp.Test/TC/Wearable/BackgroundTest1.cs | 44 +++++++++ test/ElmSharp.Test/TC/Wearable/BackgroundTest2.cs | 91 ++++++++++++++++++ test/ElmSharp.Test/TC/Wearable/BoxLayoutTest1.cs | 104 +++++++++++++++++++++ test/ElmSharp.Test/TC/Wearable/ButtonTest1.cs | 83 ++++++++++++++++ test/ElmSharp.Test/TC/Wearable/ButtonTest2.cs | 43 +++++++++ test/ElmSharp.Test/TC/Wearable/CheckTest1.cs | 60 ++++++++++++ test/ElmSharp.Test/TC/Wearable/CircleTool.cs | 21 +++++ test/ElmSharp.Test/TC/Wearable/ClipperTest1.cs | 76 +++++++++++++++ .../ElmSharp.Test/TC/Wearable/ContextPopupTest1.cs | 65 +++++++++++++ .../TC/Wearable/DateTimeSelectorTest1.cs | 66 +++++++++++++ test/ElmSharp.Test/TestCaseBase.cs | 14 ++- test/ElmSharp.Test/TestRunner.cs | 43 ++++++--- 27 files changed, 756 insertions(+), 20 deletions(-) mode change 100755 => 100644 test/ElmSharp.Test/ElmSharp.Test.csproj rename test/ElmSharp.Test/{TC => }/Log.cs (100%) mode change 100755 => 100644 test/ElmSharp.Test/TC/EvasMapTest1.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/FloatingButtonTest.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/GenListTest10.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/GenListTest2.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/GenListTest7.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/SliderTest1.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/SliderTest2.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/ToolbarTest2.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/ToolbarTest3.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/ToolbarTest4.cs mode change 100755 => 100644 test/ElmSharp.Test/TC/TransitTest.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/BackgroundColorTest1.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/BackgroundTest1.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/BackgroundTest2.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/BoxLayoutTest1.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/ButtonTest1.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/ButtonTest2.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/CheckTest1.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/CircleTool.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/ClipperTest1.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/ContextPopupTest1.cs create mode 100644 test/ElmSharp.Test/TC/Wearable/DateTimeSelectorTest1.cs diff --git a/test/ElmSharp.Test/ElmSharp.Test.csproj b/test/ElmSharp.Test/ElmSharp.Test.csproj old mode 100755 new mode 100644 index e03a102..05a0d80 --- a/test/ElmSharp.Test/ElmSharp.Test.csproj +++ b/test/ElmSharp.Test/ElmSharp.Test.csproj @@ -39,13 +39,17 @@ true + + + + @@ -53,7 +57,6 @@ - @@ -120,6 +123,16 @@ + + + + + + + + + + @@ -182,11 +195,12 @@ - - {7a268128-a10d-478a-b813-19fd6264003c} - ElmSharp - + + False + ..\ElmSharp\bin\Debug\netstandard1.3\ElmSharp.dll + +