Add new unittest for data control 71/244571/23
authorSukHyung, Kang <shine.kang@samsung.com>
Tue, 22 Sep 2020 04:30:25 +0000 (13:30 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 28 Oct 2020 08:23:18 +0000 (17:23 +0900)
commit95d2ed3c5a0ba297a5c0329f0f0d6a5765397c53
tree708e90094d425f62be39dad33663ba199c81009d
parent2e06075b2dec089e88a2405e5cc274d235e6a936
Add new unittest for data control

Change-Id: I8b853ae33d15b1dce589e7d089fe3ff9d32c3e7d
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
17 files changed:
tests/mock/appsvc_mock.cc [new file with mode: 0644]
tests/mock/appsvc_mock.h [new file with mode: 0644]
tests/mock/cynara_mock.cc [new file with mode: 0644]
tests/mock/cynara_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/pkgmgr_info_mock.cc [new file with mode: 0644]
tests/mock/pkgmgr_info_mock.h [new file with mode: 0644]
tests/mock/unistd_mock.cc [new file with mode: 0644]
tests/mock/unistd_mock.h [new file with mode: 0644]
tests/unit_tests/CMakeLists.txt
tests/unit_tests/src/test_data_control_bulk.cc
tests/unit_tests/src/test_data_control_extern_apis.cc [new file with mode: 0644]
tests/unit_tests/src/test_data_control_map.cc [new file with mode: 0644]
tests/unit_tests/src/test_data_control_noti.cc [new file with mode: 0644]
tests/unit_tests/src/test_data_control_provider.cc [new file with mode: 0644]
tests/unit_tests/src/test_data_control_sql.cc [new file with mode: 0644]