lsp_test_speech.hh
Go to the documentation of this file.
00001 #ifndef _LSP_SPEECH_TEST_H_
00002 #define _LSP_SPEECH_TEST_H_
00003 
00004 #include <cppunit/extensions/HelperMacros.h>
00005 #include <libplayerc/playerc.h>
00006 
00007 #include "lsp_test_proxy.hh"
00008 
00009 namespace lspTest {
00010         class Speech : public Proxy
00011         {
00012                 CPPUNIT_TEST_SUB_SUITE( Speech, Proxy );
00013                 CPPUNIT_TEST( testSay1 );
00014                 CPPUNIT_TEST_SUITE_END();
00015                 
00016         protected:
00017                 playerc_speech_t* speechProxy;
00018                 
00019                 void testSay1();
00020                 
00021         public:
00022                 void setUp();
00023                 void tearDown();
00024         };
00025 };
00026 
00027 CPPUNIT_TEST_SUITE_REGISTRATION( lspTest::Speech );
00028 
00029 #endif


stage
Author(s): Richard Vaughan , Brian Gerkey , Reed Hedges , Andrew Howard , Toby Collett , Pooya Karimian , Jeremy Asher , Alex Couture-Beil , Geoff Biggs , Rich Mattes , Abbas Sadat
autogenerated on Thu Aug 27 2015 15:20:57