Refactor unit tests with utility class 60/296660/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 13 Jul 2023 09:04:44 +0000 (18:04 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Thu, 3 Aug 2023 01:46:05 +0000 (10:46 +0900)
commit37cebfaf189cd591b2805ce51a57d2c40a2a47b4
tree7719826dea3fd28d891ea172c3bdbb369987e4b2
parente495974f95aebddc4112b32f94551cf7f9bb4968
Refactor unit tests with utility class

- Contents:
This patch fixes all unit tests using new utility class from previous
commit. Through this change, many duplicated codes in test cases can be
removed.

Change-Id: I2a81b9de530f12a20b789755768f6b8da79eca98
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
tests/CMakeLists.txt
tests/src/test_util.cpp [deleted file]
tests/src/test_util.h [deleted file]
tests/src/vc_command_unittests.cpp [new file with mode: 0644]
tests/src/vc_mgr_unittests.cpp
tests/src/vc_unittests.cpp