Salome HOME
Merge branch 'BR_LAND_COVER_MAP' of ssh://git.salome-platform.org/modules/hydro into...
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_LandCoverMap.h
index 15628e53501577982a6c3fca2ad2e19d3fe3c50f..609a1802e23f52050a097a6c517077accb8befda 100644 (file)
 class test_HYDROData_LandCoverMap : public CppUnit::TestFixture
 {
   CPPUNIT_TEST_SUITE( test_HYDROData_LandCoverMap );
-  CPPUNIT_TEST( test_local_partition );
+  CPPUNIT_TEST( test_add_2_objects );
+  CPPUNIT_TEST( test_split );
+  CPPUNIT_TEST( test_incomplete_split );
+  CPPUNIT_TEST( test_merge );
+  CPPUNIT_TEST( test_remove );
+  CPPUNIT_TEST( test_merge_faces_boxes );
+  CPPUNIT_TEST( test_merge_faces_circles );
+  CPPUNIT_TEST( test_import_dbf );
+  CPPUNIT_TEST( test_land_cover_prs_by_types );
+  CPPUNIT_TEST( test_land_cover_prs_by_coeff );
+  CPPUNIT_TEST( test_dump_python );
+  CPPUNIT_TEST( test_transparent_prs );
   CPPUNIT_TEST_SUITE_END();
 
 public:
-  void test_local_partition();
+  void test_add_2_objects();
+  void test_split();
+  void test_incomplete_split();
+  void test_merge();
+  void test_remove();
+  void test_merge_faces_boxes();
+  void test_merge_faces_circles();
+  void test_import_dbf();
+  void test_land_cover_prs_by_types();
+  void test_land_cover_prs_by_coeff();
+  void test_dump_python();
+  void test_transparent_prs();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_LandCoverMap );