Add unit test cases for internal APIs and missed APIs 23/286123/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 10 Nov 2022 08:45:23 +0000 (17:45 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 28 Dec 2022 08:16:40 +0000 (17:16 +0900)
commitf9cf00e65bfe3f0f37730a097e095a174b9fcdd6
tree6287df8497d8f7035459fc2c48fe4c98bea41247
parentc0f18e86f12d563b775eb584ccf0a93ebc617ac6
Add unit test cases for internal APIs and missed APIs

- Issue:
There are some APIs those have no related TCs.

- Solution:
This patch adds new TCs for APIs those have no related TCs. Through this
patch, developer can validate all voice control manager APIs.
And also, this patch unifies the indetation to use tab.

Change-Id: I73fe6bdb0ddbf3e406b3ead170b9e770ce4670a8
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
packaging/voice-control.spec
tests/CMakeLists.txt
tests/org.tizen.vc-unittests.xml
tests/res/empty_file [new file with mode: 0644]
tests/res/test_demandable_list.xml [new file with mode: 0644]
tests/src/vc_mgr_unittests.cpp