Add test utility class 56/295156/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 29 Jun 2023 01:56:39 +0000 (10:56 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 12 Jul 2023 08:47:21 +0000 (17:47 +0900)
commit330535f5bad307e543c529f4dcd865ffd61a0ca2
tree0326ea97b0c25e7974f5a5c257b47aa3aa826d0a
parent3fd3d3d1456a0a0cac5972202ebead4ec397bbb2
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: Ife285e7e7bd065423197727bcaeb72219a3ecc8e
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
tests/src/test_util.cpp [new file with mode: 0644]
tests/src/test_util.h [new file with mode: 0644]