Add gmock tests 44/284744/2
authorInkyun Kil <inkyun.kil@samsung.com>
Fri, 25 Nov 2022 01:34:12 +0000 (10:34 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Fri, 25 Nov 2022 01:36:30 +0000 (10:36 +0900)
commit26315a426955b92cba309274b331c9fd6586e46f
tree6ae531311a2296150717645c1c5cb99647dcc051
parent1b9cee248eb137a310e2c759f4a1e759f7529961
Add gmock tests

- Initialize gmock test environment

Change-Id: I3e6f49969e766dcefdb9edfdbecc3e5fe0404ee5
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
15 files changed:
CMakeLists.txt
packaging/esd.spec
tests/CMakeLists.txt [new file with mode: 0644]
tests/mock/aul_mock.cc [new file with mode: 0644]
tests/mock/aul_mock.h [new file with mode: 0644]
tests/mock/gio_mock.cc [new file with mode: 0644]
tests/mock/gio_mock.h [new file with mode: 0644]
tests/mock/mock_hook.h [new file with mode: 0644]
tests/mock/module_mock.h [new file with mode: 0644]
tests/mock/pkgmgr_info_mock.cc [new file with mode: 0644]
tests/mock/pkgmgr_info_mock.h [new file with mode: 0644]
tests/mock/test_fixture.cc [new file with mode: 0644]
tests/mock/test_fixture.h [new file with mode: 0644]
tests/unit_tests/CMakeLists.txt [new file with mode: 0644]
tests/unit_tests/src/main.cc [new file with mode: 0644]