Improve unittests and adds omitted code 03/286403/2
authorInkyun Kil <inkyun.kil@samsung.com>
Thu, 5 Jan 2023 07:58:41 +0000 (16:58 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Wed, 11 Jan 2023 01:12:08 +0000 (10:12 +0900)
commitfed90c92a76c4aba806a710999e61efaff5c6e37
treee75cfbaa622d7c751fe26e2eb58f970000e013e9
parent98d7d980f9e32ffca705dd6957733b477468d65a
Improve unittests and adds omitted code

- Improve coverage
- Add some tests
- Adds omitted code for ondemand launch app
- bundle -> bundle_cpp

Change-Id: I6dfc36bb4b1f4a389d0431304741b3cda5110670
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
21 files changed:
src/modules/dbus_event/dbus_event_module.cc
src/modules/dbus_event/event_launch.cc
tests/cion_unit_tests/CMakeLists.txt
tests/cion_unit_tests/src/test_cion_module.cc
tests/dbus_event_unit_tests/CMakeLists.txt
tests/dbus_event_unit_tests/src/test_dbus_event_module.cc [new file with mode: 0644]
tests/dbus_event_unit_tests/src/test_earlier_item.cc [new file with mode: 0644]
tests/dbus_event_unit_tests/src/test_event_launch.cc [new file with mode: 0644]
tests/dbus_event_unit_tests/src/test_privilege_checker.cc
tests/dbus_event_unit_tests/src/test_vconf_handler.cc
tests/mock/aul_mock.cc
tests/mock/aul_mock.h
tests/mock/eventsystem_mock.cc
tests/mock/eventsystem_mock.h
tests/mock/gio_mock.cc
tests/mock/gio_mock.h
tests/mock/pkgmgr_info_mock.cc
tests/mock/pkgmgr_info_mock.h
tests/mock/tzplatform_config_mock.h
tests/mock/vconf_mock.cc [new file with mode: 0644]
tests/mock/vconf_mock.h [new file with mode: 0644]