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 18 of file test_rospeex_ss_tts.py.
def test_rospeex_ss_tts.TestRospeexSS.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 20 of file test_rospeex_ss_tts.py.
def test_rospeex_ss_tts.TestRospeexSS._ss_response | ( | self, | |
data | |||
) | [private] |
speech synthesis response callback @param message: message class @type message: str
Definition at line 25 of file test_rospeex_ss_tts.py.
def test_rospeex_ss_tts.TestRospeexSS.execute_case | ( | self, | |
message, | |||
target_lang, | |||
target_engine, | |||
target_voice = "" , |
|||
filename = "hoge" |
|||
) |
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 51 of file test_rospeex_ss_tts.py.
def test_rospeex_ss_tts.TestRospeexSS.read_input_data | ( | self, | |
target_file | |||
) |
read input data @param target_file: target test data @type target_file: str
Definition at line 35 of file test_rospeex_ss_tts.py.
def test_rospeex_ss_tts.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 77 of file test_rospeex_ss_tts.py.
Definition at line 86 of file test_rospeex_ss_tts.py.
Definition at line 20 of file test_rospeex_ss_tts.py.
Definition at line 20 of file test_rospeex_ss_tts.py.