1#ifndef _LSP_POSITION2D_TEST_H_
2#define _LSP_POSITION2D_TEST_H_
4#include <cppunit/extensions/HelperMacros.h>
5#include <libplayerc/playerc.h>
15 CPPUNIT_TEST_SUITE_END();
Definition lsp_test_position2d.hh:10
void testMove()
Definition lsp_test_position2d.cc:54
void testGeom()
Definition lsp_test_position2d.cc:23
playerc_position2d_t * posProxy
Definition lsp_test_position2d.hh:18
void setUp()
Definition lsp_test_position2d.cc:5
void tearDown()
Definition lsp_test_position2d.cc:16
void testData()
Definition lsp_test_position2d.cc:35
Definition lsp_test_proxy.hh:8
CPPUNIT_TEST_SUITE_REGISTRATION(lspTest::Position2D)
Definition lsp_test_blobfinder.hh:9