Use gmock instead of fff 43/268043/10
authorjh9216.park <jh9216.park@samsung.com>
Wed, 15 Dec 2021 08:31:56 +0000 (03:31 -0500)
committerjh9216.park <jh9216.park@samsung.com>
Fri, 17 Dec 2021 08:26:45 +0000 (03:26 -0500)
commit8bf87c5a88f37553256fce2e9fd67a17dfcb1652
treee0ad0c9db9d2661df2a4685c666618c5295b9878
parentfe9459e7c5dc8fb4109ed511dfd275f42ab2d792
Use gmock instead of fff

Change-Id: If791b2f305f4c7e6cdf9f3c94bd04282b846a8da
Signed-off-by: jh9216.park <jh9216.park@samsung.com>
25 files changed:
CMakeLists.txt
mock/aul_mock.cc [new file with mode: 0644]
mock/aul_mock.h [new file with mode: 0644]
mock/dbus_mock.cc [new file with mode: 0644]
mock/dbus_mock.h [new file with mode: 0644]
mock/fff.h [deleted file]
mock/gio_fake.h [deleted file]
mock/glib_fake.h [deleted file]
mock/glib_mock.cc [moved from mock/aul_fake.h with 63% similarity]
mock/glib_mock.h [moved from mock/notification_fake.h with 56% similarity]
mock/mock.cc [deleted file]
mock/mock_hook.h [new file with mode: 0644]
mock/module_mock.h [new file with mode: 0644]
mock/notification_mock.cc [new file with mode: 0644]
mock/notification_mock.h [new file with mode: 0644]
mock/pkgmgr_info_fake.h [deleted file]
mock/pkgmgr_info_mock.cc [new file with mode: 0644]
mock/pkgmgr_info_mock.h [new file with mode: 0644]
mock/test_fixture.cc [moved from mock/mock.h with 78% similarity]
mock/test_fixture.h [new file with mode: 0644]
packaging/alarm-manager.spec
unittest/CMakeLists.txt
unittest/alarm_manager_unittest.cpp
unittest/alarmlib_unittest.cpp
unittest/unittest.cpp