Add gmock tests 60/280060/4
authorInkyun Kil <inkyun.kil@samsung.com>
Tue, 23 Aug 2022 05:58:28 +0000 (14:58 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Thu, 25 Aug 2022 07:59:35 +0000 (16:59 +0900)
commite4655d4afa495c01ee23ca77fd400e0446a52fbd
tree888cf14bf23e9f416c16c89742e8d7491db02ef1
parenta7b31a4befa63b52ac13db7f8abee62d373d45f5
Add gmock tests

Change-Id: I85be91a6488f1b1c2c2803e679f46cf133312e02
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
12 files changed:
CMakeLists.txt
packaging/eventsystem.spec
tests/CMakeLists.txt [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/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/test_eventsystem.cc [new file with mode: 0644]
tests/unit_tests/src/test_main.cc [new file with mode: 0644]