#include <lsp_test_simulation.hh>

Public Member Functions | |
| void | setUp () |
| void | tearDown () |
Protected Member Functions | |
| void | testPose2D () |
| void | testPose3D () |
| void | testProperties () |
Protected Attributes | |
| playerc_simulation_t * | simProxy |
Private Member Functions | |
| CPPUNIT_TEST (testPose2D) | |
| CPPUNIT_TEST (testPose3D) | |
| CPPUNIT_TEST (testProperties) | |
| CPPUNIT_TEST_SUB_SUITE (Simulation, Proxy) | |
| CPPUNIT_TEST_SUITE_END () | |
Definition at line 10 of file lsp_test_simulation.hh.
| lspTest::Simulation::CPPUNIT_TEST | ( | testPose2D | ) | [private] |
| lspTest::Simulation::CPPUNIT_TEST | ( | testPose3D | ) | [private] |
| lspTest::Simulation::CPPUNIT_TEST | ( | testProperties | ) | [private] |
| lspTest::Simulation::CPPUNIT_TEST_SUB_SUITE | ( | Simulation | , |
| Proxy | |||
| ) | [private] |
| lspTest::Simulation::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| void Simulation::setUp | ( | ) |
Definition at line 5 of file lsp_test_simulation.cc.
| void Simulation::tearDown | ( | ) |
Definition at line 11 of file lsp_test_simulation.cc.
| void Simulation::testPose2D | ( | ) | [protected] |
Definition at line 17 of file lsp_test_simulation.cc.
| void Simulation::testPose3D | ( | ) | [protected] |
Definition at line 38 of file lsp_test_simulation.cc.
| void Simulation::testProperties | ( | ) | [protected] |
Definition at line 68 of file lsp_test_simulation.cc.
playerc_simulation_t* lspTest::Simulation::simProxy [protected] |
Definition at line 19 of file lsp_test_simulation.hh.