#include <lsp_test_position2d.hh>
Public Member Functions | |
void | setUp () |
void | tearDown () |
Protected Member Functions | |
void | testData () |
void | testGeom () |
void | testMove () |
Protected Attributes | |
playerc_position2d_t * | posProxy |
Private Member Functions | |
CPPUNIT_TEST (testGeom) | |
CPPUNIT_TEST (testData) | |
CPPUNIT_TEST (testMove) | |
CPPUNIT_TEST_SUB_SUITE (Position2D, Proxy) | |
CPPUNIT_TEST_SUITE_END () |
Definition at line 10 of file lsp_test_position2d.hh.
lspTest::Position2D::CPPUNIT_TEST | ( | testGeom | ) | [private] |
lspTest::Position2D::CPPUNIT_TEST | ( | testData | ) | [private] |
lspTest::Position2D::CPPUNIT_TEST | ( | testMove | ) | [private] |
lspTest::Position2D::CPPUNIT_TEST_SUB_SUITE | ( | Position2D | , |
Proxy | |||
) | [private] |
lspTest::Position2D::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
void Position2D::setUp | ( | ) |
Definition at line 6 of file lsp_test_position2d.cc.
void Position2D::tearDown | ( | ) |
Definition at line 16 of file lsp_test_position2d.cc.
void Position2D::testData | ( | ) | [protected] |
Definition at line 33 of file lsp_test_position2d.cc.
void Position2D::testGeom | ( | ) | [protected] |
Definition at line 22 of file lsp_test_position2d.cc.
void Position2D::testMove | ( | ) | [protected] |
Definition at line 51 of file lsp_test_position2d.cc.
playerc_position2d_t* lspTest::Position2D::posProxy [protected] |
Definition at line 19 of file lsp_test_position2d.hh.