Add unit test cases and test stub of utils.
authorChulSeung Kim <charles0.kim@samsung.com>
Wed, 7 Jun 2017 06:35:49 +0000 (15:35 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:56 +0000 (18:34 +0900)
commitea13ca324f8c8554cdc82ee42393c8b1d3c1d71f
tree7016f21f4867921cbb95bdc1a2e0d7e0a3e40424
parent25d1f69799b281ee80ea178ebd09c27b81b1578e
Add unit test cases and test stub of utils.

Change-Id: I69ac1081dc8ca85c899a4e82957a5ae5f4e95ca4
20 files changed:
HomeUnitTest/AppShortcutTestCases.cs [new file with mode: 0644]
HomeUnitTest/HomeUnitTest.csproj
HomeUnitTest/ManagedAppsTestCases.cs [new file with mode: 0644]
HomeUnitTest/RecentTestCases.cs [moved from HomeUnitTest/RecentTesting.cs with 74% similarity]
LibTVRefCommonPortable/DataModels/CommandAction.cs
LibTVRefCommonPortable/DataModels/StateDescription.cs
LibTVRefCommonPortable/LibTVRefCommonPortable.csproj
LibTVRefCommonPortable/Models/AppShortcutController.cs
LibTVRefCommonPortable/Stubs/ApplicationManagerAPITestStub.cs [new file with mode: 0644]
LibTVRefCommonPortable/Stubs/FileSystemAPITestStub.cs [new file with mode: 0644]
LibTVRefCommonPortable/Stubs/FileWatcherAPITestStub.cs [new file with mode: 0644]
LibTVRefCommonPortable/Stubs/MediaContentAPITestStub.cs [new file with mode: 0644]
LibTVRefCommonPortable/Utils/AppShortcutStorage.cs
LibTVRefCommonPortable/Utils/ApplicationManagerUtils.cs
LibTVRefCommonPortable/Utils/FileSystemUtils.cs
LibTVRefCommonPortable/Utils/IApplicationManagerAPIs.cs
LibTVRefCommonPortable/Utils/IFileSystemAPIs.cs
LibTVRefCommonPortable/Utils/MediaContentUtils.cs
LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs
TVApps/TVApps/ViewModels/AppsHolder.cs