Add Test cases for app shortcut, managedapps
authorChulSeung Kim <charles0.kim@samsung.com>
Tue, 6 Jun 2017 09:59:40 +0000 (18:59 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:56 +0000 (18:34 +0900)
commit7c127882aed11576b4d2a4cd3039d9002d4e1198
tree06efdd2a9210db8dc4c00c2a13775e0d2b916c92
parentb75d1fd65ffa45a63398fe401157504e035d5085
Add Test cases for app shortcut, managedapps

Change-Id: I612dbe1e08f2f3db90e864fb16acb642e2f33c69
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