X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=tst%2Fworld%2FOrbitTest.hpp;fp=tst%2Fworld%2FOrbitTest.hpp;h=3f38cce7ba6f5210db64188c7ba074ebb750812b;hb=6b6827e81cd13b35249ca44fca31fe2773db6209;hp=2710a44a40f59c646395bd1d3817047ab879e41c;hpb=25888a35176739bb104191343890bed6b34e128a;p=blobs.git diff --git a/tst/world/OrbitTest.hpp b/tst/world/OrbitTest.hpp index 2710a44..3f38cce 100644 --- a/tst/world/OrbitTest.hpp +++ b/tst/world/OrbitTest.hpp @@ -13,7 +13,14 @@ class OrbitTest CPPUNIT_TEST_SUITE(OrbitTest); +CPPUNIT_TEST(testDefaultOrbit); + CPPUNIT_TEST(testSMA); +CPPUNIT_TEST(testEcc); +CPPUNIT_TEST(testInc); +CPPUNIT_TEST(testLngAsc); +CPPUNIT_TEST(testArgPe); +CPPUNIT_TEST(testMnAn); CPPUNIT_TEST_SUITE_END(); @@ -21,7 +28,14 @@ public: void setUp(); void tearDown(); + void testDefaultOrbit(); + void testSMA(); + void testEcc(); + void testInc(); + void testLngAsc(); + void testArgPe(); + void testMnAn(); };