Add test utility class 84/295384/3
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 5 Jul 2023 12:11:53 +0000 (21:11 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 13 Jul 2023 06:25:35 +0000 (15:25 +0900)
commitebbd6f67ad4c573e37e3d01525eec4f04907b9d9
tree79b086fbac25a3a21aef538b88ad423360eaff8b
parenta71f3c508dc67a058feac1dc00d0dcda3cbe8c91
Add test utility class

- Contents:
This patch introduces new utility class for test case. Through this
class, developers can easily make the test cases. This new class
provides many useful utility methods and frequently used code blocks.

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