Fix test case name and scenario 64/296664/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 1 Aug 2023 08:28:08 +0000 (17:28 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Tue, 8 Aug 2023 08:32:14 +0000 (08:32 +0000)
commit7d2323a802f13f99226740a75a3abbb4c9a1b3ab
treebb953ff798d7ca9ed8efa8a81a50d76076073af7
parent6fe656701d6e2c8e618bd0c95f79b0939251f193
Fix test case name and scenario

- Issue:
Test case name is not matched with the name of the function which is
tested by the test case.
stt_get_audio_id has no test cases for testing invalid state error.

- Solution:
This patch fixes the name of the test cases and scenario. Through this
patch the name of each TCs will be matched with the tested function. And
also, negative TC for stt_get_audio_id will properly test the invalid
state scenario.

Change-Id: Ie7668a9516ab788cfda4c88ddc18af97c974874d
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
tests/src/stt_unittests.cpp