inertiatest.hpp
Go to the documentation of this file.
1 #ifndef INERTIA_TEST_HPP
2 #define INERTIA_TEST_HPP
3 
4 #include <cppunit/extensions/HelperMacros.h>
5 
6 class InertiaTest : public CppUnit::TestFixture
7 {
13 
14 public:
15  void setUp();
16  void tearDown();
17 
18  void TestRotationalInertia();
19  void TestRigidBodyInertia();
21 
22 };
23 
24 #endif
void TestArticulatedBodyInertia()
void TestRigidBodyInertia()
Definition: inertiatest.cpp:56
CPPUNIT_TEST(TestRotationalInertia)
void tearDown()
Definition: inertiatest.cpp:18
CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST_SUITE(InertiaTest)
void setUp()
Definition: inertiatest.cpp:14
void TestRotationalInertia()
Definition: inertiatest.cpp:22


orocos_kdl
Author(s):
autogenerated on Sat Jun 15 2019 19:07:36