Extend AppInstallHelper with checker methods 40/229940/15
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Mon, 6 Apr 2020 15:35:56 +0000 (17:35 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Tue, 28 Apr 2020 15:14:17 +0000 (15:14 +0000)
commit4f5ae1c2c96e890ba0316e1d4a8c4d33930038fe
treedc26544bae1e4ec1c13c99ea9b559d441ed145d1
parentd0a0e802d4a071dcecd25326b2589f9f6e03e34a
Extend AppInstallHelper with checker methods

Move app checkers to AppInstallHelper derived class. Too many arguments
have to be passed here and there. Writing new checkers is pain in the
back. There's still a lot to be improved. Testing framework has to be
adjusted to allow multiple apps in the package.

Change-Id: I4b363a6b0d102bd1df6ed8cce8494c884c8d088a
src/security-manager-tests/CMakeLists.txt
src/security-manager-tests/common/app_install_helper_ext.cpp [new file with mode: 0644]
src/security-manager-tests/common/app_install_helper_ext.h [new file with mode: 0644]
src/security-manager-tests/common/sm_commons.cpp
src/security-manager-tests/common/sm_commons.h
src/security-manager-tests/test_cases.cpp