Add test case for global service app 23/228723/4
authorIlho Kim <ilho159.kim@samsung.com>
Wed, 25 Mar 2020 05:49:41 +0000 (14:49 +0900)
committerilho kim <ilho159.kim@samsung.com>
Fri, 3 Apr 2020 06:15:24 +0000 (06:15 +0000)
commit6535d02e8bc677d799257320f8fe833dc2ede690
tree2e99dc707c30fdc695188003b96bf1bffdf6ea9d
parent75fe1c6a3878f398eeb908b3a479cba6ef3041b0
Add test case for global service app

Added tests:
 InstallationMode_GlobalServiceAppWithUiAppId : Test to install of global type service app that has ui applicaion's id
 InstallationMode_GlobalServiceAppWithoutUiAppId : Test to install of global type service app that has not ui applicaion's id
 InstallationMode_UIServiceAppWithUiAppId : Test to install of ui type service app that has ui applicaion's id
 InstallationMode_UIServiceAppWithoutUiAppId : Test to install of ui type service app that has not ui applicaion's id
 InstallationMode_UIAppWithoutUiAppId : Test to install of ui application that has not application's id

Relate:
 [wgt-backend]https://review.tizen.org/gerrit/#/c/platform/core/appfw/wgt-backend/+/226781/

Change-Id: Id8c1c206ec4ab82a390c5dda15ada5a975d72c73
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/unit_tests/smoke_test.cc
src/unit_tests/test_samples/smoke/InstallationMode_GlobalServiceAppWithUiAppId.wgt [new file with mode: 0644]
src/unit_tests/test_samples/smoke/InstallationMode_GlobalServiceAppWithoutUiAppId.wgt [new file with mode: 0644]
src/unit_tests/test_samples/smoke/InstallationMode_UIAppWithoutUiAppId.wgt [new file with mode: 0644]
src/unit_tests/test_samples/smoke/InstallationMode_UIServiceAppWithUiAppId.wgt [new file with mode: 0644]
src/unit_tests/test_samples/smoke/InstallationMode_UIServiceAppWithoutUiAppId.wgt [new file with mode: 0644]