#include <lsp_test_speech.hh>

Public Member Functions | |
| void | setUp () |
| void | tearDown () |
Protected Member Functions | |
| void | testSay1 () |
Protected Attributes | |
| playerc_speech_t * | speechProxy |
Private Member Functions | |
| CPPUNIT_TEST (testSay1) | |
| CPPUNIT_TEST_SUB_SUITE (Speech, Proxy) | |
| CPPUNIT_TEST_SUITE_END () | |
Definition at line 10 of file lsp_test_speech.hh.
| lspTest::Speech::CPPUNIT_TEST | ( | testSay1 | ) | [private] |
| lspTest::Speech::CPPUNIT_TEST_SUB_SUITE | ( | Speech | , |
| Proxy | |||
| ) | [private] |
| lspTest::Speech::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| void Speech::setUp | ( | ) |
Definition at line 5 of file lsp_test_speech.cc.
| void Speech::tearDown | ( | ) |
Definition at line 11 of file lsp_test_speech.cc.
| void Speech::testSay1 | ( | ) | [protected] |
Definition at line 17 of file lsp_test_speech.cc.
playerc_speech_t* lspTest::Speech::speechProxy [protected] |
Definition at line 17 of file lsp_test_speech.hh.