Salome HOME
refs #662: the tests for land cover presentations
[modules/hydro.git] / src / HYDRO_tests / test_HYDROData_StricklerTable.h
index fcd1a3889931f57b3bd2600bc1e353c03125dfe9..d12244ce276f38adb4197b59dc9d176bd70dd4c5 100644 (file)
 class test_HYDROData_StricklerTable : public CppUnit::TestFixture
 {
   CPPUNIT_TEST_SUITE( test_HYDROData_StricklerTable );
-  CPPUNIT_TEST( testImport );
+  CPPUNIT_TEST( test_import );
+  CPPUNIT_TEST( test_import_export_equivalence );
+  CPPUNIT_TEST( test_type_by_attr );
+  CPPUNIT_TEST( test_unique_attr_name );
+  CPPUNIT_TEST( test_colors_sync );
   CPPUNIT_TEST_SUITE_END();
 
 public:
-  void testImport();
+  void test_import();
+  void test_import_export_equivalence();
+  void test_type_by_attr();
+  void test_unique_attr_name();
+  void test_colors_sync();
 };
 
 CPPUNIT_TEST_SUITE_REGISTRATION( test_HYDROData_StricklerTable );