X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDRO_tests%2Ftest_HYDROData_DTM.h;h=57413786621ed5b642b4fdf15c7e8108c6f6daf6;hb=0a268634f84d202af2ab8e8ee88a1e014e1f9d0e;hp=30eac980c61334b8a9c832d37b599cccf8225201;hpb=abdcba0f2ee048bf3c1f6073ef7fea4f0b200dcb;p=modules%2Fhydro.git diff --git a/src/HYDRO_tests/test_HYDROData_DTM.h b/src/HYDRO_tests/test_HYDROData_DTM.h index 30eac980..57413786 100644 --- a/src/HYDRO_tests/test_HYDROData_DTM.h +++ b/src/HYDRO_tests/test_HYDROData_DTM.h @@ -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 );