Add unit test case for RecentShortcutController.
authorChulSeung Kim <charles0.kim@samsung.com>
Mon, 5 Jun 2017 07:27:18 +0000 (16:27 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:56 +0000 (18:34 +0900)
commitb75d1fd65ffa45a63398fe401157504e035d5085
treecd2e363d38621ad78735828476f262a34ee508ae
parent262f03fb828c54f6d2c70bc4c0bfb1943d1f9499
Add unit test case for RecentShortcutController.
Remove meaningless TODOs

Change-Id: I157ddce45ede7ac4967add7ba95e4c9986917e4f
52 files changed:
HomeUnitTest/HomeUnitTest.csproj [new file with mode: 0644]
HomeUnitTest/Properties/AssemblyInfo.cs [new file with mode: 0644]
HomeUnitTest/RecentTesting.cs [new file with mode: 0644]
HomeUnitTest/Settings.StyleCop [new file with mode: 0644]
HomeUnitTest/packages.config [new file with mode: 0644]
LibTVRefCommonPortable/DataModels/CommandAction.cs
LibTVRefCommonPortable/DataModels/ShortcutInfo.cs
LibTVRefCommonPortable/LibTVRefCommonPortable.csproj
LibTVRefCommonPortable/Models/AppShortcutController.cs
LibTVRefCommonPortable/Models/ManagedApps.cs
LibTVRefCommonPortable/Models/RecentShortcutController.cs
LibTVRefCommonPortable/Utils/AppShortcutStorage.cs
LibTVRefCommonPortable/Utils/ApplicationManagerUtils.cs
LibTVRefCommonPortable/Utils/DebuggingUtils.cs
LibTVRefCommonPortable/Utils/FileSystemUtils.cs [new file with mode: 0644]
LibTVRefCommonPortable/Utils/IPackageManager.cs
LibTVRefCommonPortable/Utils/IPlatformNotification.cs
LibTVRefCommonPortable/Utils/MediaContentUtils.cs [new file with mode: 0644]
LibTVRefCommonPortable/Utils/PackageManagerUtils.cs
LibTVRefCommonPortable/Utils/RecentShortcutStorage.cs
LibTVRefCommonPortable/Utils/SizeUtils.cs
LibTVRefCommonPortable/packages.config
LibTVRefCommonTizen/LibTVRefCommonTizen.nuget.targets
LibTVRefCommonTizen/LibTVRefCommonTizen.project.json
LibTVRefCommonTizen/Ports/AppControlPort.cs
LibTVRefCommonTizen/Ports/ApplicationManagerPort.cs
LibTVRefCommonTizen/Ports/PackageManagerPort.cs
TVApps/TVApps.TizenTV/TVApps.TizenTV.nuget.targets
TVApps/TVApps.TizenTV/TVApps.TizenTV.project.json
TVApps/TVApps/Controls/AppItemCell.xaml.cs
TVApps/TVApps/Controls/AppListView.xaml.cs
TVApps/TVApps/TVApps.csproj
TVApps/TVApps/ViewModels/AppsHolder.cs
TVApps/TVApps/ViewModels/MainPageViewModel.cs
TVApps/TVApps/Views/FooterNormalStatus.xaml.cs
TVApps/TVApps/Views/MainPage.xaml.cs
TVApps/TVApps/packages.config
TVHome/TVHome.TizenTV/Sniper.cs
TVHome/TVHome.TizenTV/SniperInterOp.cs
TVHome/TVHome.TizenTV/TVHome.TizenTV.csproj
TVHome/TVHome.TizenTV/TVHome.TizenTV.nuget.targets
TVHome/TVHome.TizenTV/TVHome.TizenTV.project.json
TVHome/TVHome.TizenTV/res/org.tizen.example.Butterfly.Tizen.png [deleted file]
TVHome/TVHome.TizenTV/res/org.tizen.example.Calculator.Tizen.png [deleted file]
TVHome/TVHome.TizenTV/res/org.tizen.example.HomeFitness.Tizen.png [deleted file]
TVHome/TVHome.TizenTV/res/org.tizen.example.Sports.Tizen.png [deleted file]
TVHome/TVHome.TizenTV/res/org.tizen.example.Toda.Tizen.png [deleted file]
TVHome/TVHome.TizenTV/res/org.tizen.example.YouTube.Tizen.png [deleted file]
TVHome/TVHome/TVHome.csproj
TVHome/TVHome/ViewModels/MainPageViewModel.cs
TVHome/TVHome/packages.config
TVHomeApps.sln