[NUI] Add Test of NUISettings
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 17 Aug 2022 08:43:00 +0000 (17:43 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 22 Aug 2022 09:37:36 +0000 (18:37 +0900)
commit77686fd28b6585b4b36657973c1666f016a877de
treec30550339896a223f6723ecf797d3b30158fff0e
parentf821c0ad3e1b72662ce90cf07045ced30fb608f7
[NUI] Add Test of NUISettings

Test of NUISettings has been added.
NUISettings uses Widget and WidgetView according to
Tizen.NUI.WidgetViewTest.

Each setting page is implemented as Widget.
NUISettings creates WidgetView from the Widget of each setting page.
NUISettings pushes and pops pages whose Content is the WidgetView.
test/NUISettings/NUISettings/NUISettings.cs [new file with mode: 0755]
test/NUISettings/NUISettings/NUISettings.csproj [new file with mode: 0755]
test/NUISettings/NUISettings/NUISettings.sln [new file with mode: 0755]
test/NUISettings/NUISettings/shared/res/NUISettings.png [new file with mode: 0755]
test/NUISettings/NUISettings/tizen-manifest.xml [new file with mode: 0755]
test/NUISettings/NUISettingsReset/NUISettingsReset.cs [new file with mode: 0755]
test/NUISettings/NUISettingsReset/NUISettingsReset.csproj [new file with mode: 0755]
test/NUISettings/NUISettingsReset/NUISettingsReset.sln [new file with mode: 0755]
test/NUISettings/NUISettingsReset/shared/res/NUISettingsReset.png [new file with mode: 0755]
test/NUISettings/NUISettingsReset/tizen-manifest.xml [new file with mode: 0755]