Public Member Functions | |
| def | __init__ |
| def | execute_case |
| def | read_input_data |
| def | test_run |
Private Member Functions | |
| def | _ss_response |
Private Attributes | |
| _interface | |
| _ready | |
| _wait_flag | |
Speech Synthesis Test class
Definition at line 23 of file test_rospeex_ss_say.py.
| def test_rospeex_ss_say.TestRospeexSS.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 25 of file test_rospeex_ss_say.py.
| def test_rospeex_ss_say.TestRospeexSS._ss_response | ( | self, | |
| message | |||
| ) | [private] |
speech synthesis response callback @param message: message class @type message: str
Definition at line 30 of file test_rospeex_ss_say.py.
| def test_rospeex_ss_say.TestRospeexSS.execute_case | ( | self, | |
| message, | |||
| target_lang, | |||
| target_engine, | |||
target_voice = "" |
|||
| ) |
execute test case @param message: @type message: @param target_lang: @type target_lang: @param target_engine: @type target_engine: @param target_voice: @type target_voice:
Definition at line 56 of file test_rospeex_ss_say.py.
| def test_rospeex_ss_say.TestRospeexSS.read_input_data | ( | self, | |
| target_file | |||
| ) |
read input data @param target_file: target test data @type target_file: str
Definition at line 39 of file test_rospeex_ss_say.py.
| def test_rospeex_ss_say.TestRospeexSS.test_run | ( | self | ) |
@param target_engine: @type target_engine: @param target_dir: @type target_dir: @param target_files_ja: @type target_files_ja: @param target_files_en: @type target_files_en:
Definition at line 75 of file test_rospeex_ss_say.py.
Definition at line 84 of file test_rospeex_ss_say.py.
Definition at line 25 of file test_rospeex_ss_say.py.
Definition at line 25 of file test_rospeex_ss_say.py.