Salome HOME
Merge remote-tracking branch 'remotes/origin/BR_2017' into BR_1427
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_DTM.h
index 30eac980c61334b8a9c832d37b599cccf8225201..57413786621ed5b642b4fdf15c7e8108c6f6daf6 100644 (file)
@@ -22,15 +22,33 @@ class test_HYDROData_DTM : public CppUnit::TestFixture
 {
   CPPUNIT_TEST_SUITE( test_HYDROData_DTM );
   CPPUNIT_TEST( test_creation );
+  CPPUNIT_TEST( test_hydraulic_axis );
   CPPUNIT_TEST( test_profile_conversion_to_2d );
+  CPPUNIT_TEST( test_profile_properties );
+  CPPUNIT_TEST( test_profile_discretization_polyline );
+  CPPUNIT_TEST( test_profile_discretization_spline );
+  CPPUNIT_TEST( test_curves_interpolation );
+  CPPUNIT_TEST( test_curve_to_3d );
+  CPPUNIT_TEST( test_presentation );
+  CPPUNIT_TEST( test_garonne );
+  CPPUNIT_TEST( test_classifier_1 );
   CPPUNIT_TEST_SUITE_END();
 
 public:
-  void setUp() {}
+  void setUp();
   void tearDown() {}
 
   void test_creation();
+  void test_hydraulic_axis();
   void test_profile_conversion_to_2d();
+  void test_profile_properties();
+  void test_profile_discretization_polyline();
+  void test_profile_discretization_spline();
+  void test_curves_interpolation();
+  void test_curve_to_3d();
+  void test_presentation();
+  void test_garonne();
+  void test_classifier_1();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_DTM );