Improve code coverage 54/297954/15
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 29 Aug 2023 06:39:54 +0000 (15:39 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 5 Sep 2023 01:02:26 +0000 (10:02 +0900)
commit598c8566792fa71002befe1bed1335574e22f2ff
tree37ea396b34d15a6c279fe32043319c33f9f3d1ca
parent7e6e7b8db539fa21504008560d7b2af0bf136efb
Improve code coverage

- Adds unit tests

Change-Id: I644a671e00dc507e0b98c82df2320b0ebfc46a02
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
22 files changed:
CMakeLists.txt
packaging/capi-appfw-app-manager.spec
tests/CMakeLists.txt [new file with mode: 0644]
tests/app-manager_unittests/CMakeLists.txt [new file with mode: 0644]
tests/app-manager_unittests/app_context_tests.cc [new file with mode: 0644]
tests/app-manager_unittests/app_info_tests.cc [new file with mode: 0644]
tests/app-manager_unittests/app_manager_tests.cc [new file with mode: 0644]
tests/app-manager_unittests/main.cc [new file with mode: 0644]
tests/app-manager_unittests/mock/aul_mock.cc [new file with mode: 0644]
tests/app-manager_unittests/mock/aul_mock.hh [new file with mode: 0644]
tests/app-manager_unittests/mock/cynara_mock.cc [new file with mode: 0644]
tests/app-manager_unittests/mock/cynara_mock.hh [new file with mode: 0644]
tests/app-manager_unittests/mock/glibc_mock.cc [new file with mode: 0644]
tests/app-manager_unittests/mock/glibc_mock.hh [new file with mode: 0644]
tests/app-manager_unittests/mock/mock_hook.hh [new file with mode: 0644]
tests/app-manager_unittests/mock/module_mock.hh [new file with mode: 0644]
tests/app-manager_unittests/mock/package_manager_mock.cc [new file with mode: 0644]
tests/app-manager_unittests/mock/package_manager_mock.hh [new file with mode: 0644]
tests/app-manager_unittests/mock/pkgmgr_info_mock.cc [new file with mode: 0644]
tests/app-manager_unittests/mock/pkgmgr_info_mock.hh [new file with mode: 0644]
tests/app-manager_unittests/mock/test_fixture.cc [new file with mode: 0644]
tests/app-manager_unittests/mock/test_fixture.hh [new file with mode: 0644]