lsp_test_simulation.hh

Go to the documentation of this file.
00001 #ifndef _LSP_SIMULATION_TEST_H_
00002 #define _LSP_SIMULATION_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 Simulation : public Proxy
00011         {
00012             CPPUNIT_TEST_SUB_SUITE( Simulation, Proxy );
00013             CPPUNIT_TEST( testPose2D );
00014             CPPUNIT_TEST( testPose3D );
00015             CPPUNIT_TEST( testProperties );
00016             CPPUNIT_TEST_SUITE_END();
00017             
00018         protected:
00019             playerc_simulation_t* simProxy;
00020             
00021             void testPose2D();
00022             void testPose3D();
00023             void testProperties();
00024             
00025         public:
00026             void setUp();
00027             void tearDown();
00028         };
00029 };
00030 
00031 CPPUNIT_TEST_SUITE_REGISTRATION( lspTest::Simulation );
00032 
00033 #endif

Generated on Tue Oct 20 15:42:05 2009 for Stage by  doxygen 1.6.1