Public Member Functions | |
| def | setUp |
| def | test_run |
Private Member Functions | |
| def | _execute_case |
| def | _read_input_data |
| def | _sr_response |
Private Attributes | |
| _interface | |
| _message | |
| _ready | |
| _wait_count | |
| _wait_flag | |
Speech Synthesis Test class
Definition at line 21 of file test_rospeex_sr.py.
| def test_rospeex_sr.TestRospeexSR._execute_case | ( | self, | |
| voice_data, | |||
| target_lang, | |||
| target_engine | |||
| ) | [private] |
execute test case @param message: voice data (binary wav) @type message: str @param target_lang: recognition ranguage @type target_lang: str @param target_engine: target speech recognition engine @type target_engine: str (nict | google)
Definition at line 58 of file test_rospeex_sr.py.
| def test_rospeex_sr.TestRospeexSR._read_input_data | ( | self, | |
| target_file | |||
| ) | [private] |
read input data @param target_file: target test data @type target_file: str
Definition at line 42 of file test_rospeex_sr.py.
| def test_rospeex_sr.TestRospeexSR._sr_response | ( | self, | |
| message | |||
| ) | [private] |
speech synthesis response callback @param message: message class @type message: str
Definition at line 30 of file test_rospeex_sr.py.
| def test_rospeex_sr.TestRospeexSR.setUp | ( | self | ) |
Definition at line 23 of file test_rospeex_sr.py.
| def test_rospeex_sr.TestRospeexSR.test_run | ( | self | ) |
Definition at line 75 of file test_rospeex_sr.py.
Definition at line 23 of file test_rospeex_sr.py.
test_rospeex_sr.TestRospeexSR::_message [private] |
Definition at line 23 of file test_rospeex_sr.py.
test_rospeex_sr.TestRospeexSR::_ready [private] |
Definition at line 23 of file test_rospeex_sr.py.
Definition at line 23 of file test_rospeex_sr.py.
Definition at line 23 of file test_rospeex_sr.py.