Salome HOME
merge from agy/Template2
[tools/medcoupling.git] / src / MEDCoupling / Test / MEDCouplingBasicsTest5.hxx
index cd4b556464a85dcf2fc1bc7c80208414e87a4b66..2ea0e504e8cb122eaaf3684a9a8c5e2269749d6b 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,6 +16,7 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 
 #ifndef __MEDCOUPLINGBASICSTEST5_HXX__
 #define __MEDCOUPLINGBASICSTEST5_HXX__
@@ -25,7 +26,7 @@
 #include <map>
 #include <vector>
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class DataArrayDouble;
   class MEDCouplingUMesh;
@@ -36,6 +37,7 @@ namespace ParaMEDMEM
   {
     CPPUNIT_TEST_SUITE(MEDCouplingBasicsTest5);
     CPPUNIT_TEST( testUMeshTessellate2D1 );
+    CPPUNIT_TEST( testUMeshTessellate2DCurve1 );
     CPPUNIT_TEST( testIntersect2DMeshesTmp4 );
     CPPUNIT_TEST( testGetCellIdsCrossingPlane1 );
     CPPUNIT_TEST( testBuildSlice3D1 );
@@ -65,9 +67,19 @@ namespace ParaMEDMEM
     CPPUNIT_TEST( testUnPolyze3 );
     CPPUNIT_TEST( testKrSpatialDiscretization1 );
     CPPUNIT_TEST( testDuplicateEachTupleNTimes1 );
+    CPPUNIT_TEST( testIntersect2DMeshesTmp5 );
+    CPPUNIT_TEST( testDAIBuildUnique1 );
+    CPPUNIT_TEST( testDAIPartitionByDifferentValues1 );
+    CPPUNIT_TEST( testDAICheckMonotonic1 );
+    CPPUNIT_TEST( testIntersect2DMeshesTmp6 );
+    CPPUNIT_TEST( testIntersect2DMeshesTmp7 );
+    CPPUNIT_TEST( testDAIBuildSubstractionOptimized1 );
+    CPPUNIT_TEST( testDAIIsStrictlyMonotonic1 );
+    CPPUNIT_TEST( testSimplexize3 );
     CPPUNIT_TEST_SUITE_END();
   public:
     void testUMeshTessellate2D1();
+    void testUMeshTessellate2DCurve1();
     void testIntersect2DMeshesTmp4();
     void testGetCellIdsCrossingPlane1();
     void testBuildSlice3D1();
@@ -97,6 +109,15 @@ namespace ParaMEDMEM
     void testUnPolyze3();
     void testKrSpatialDiscretization1();
     void testDuplicateEachTupleNTimes1();
+    void testIntersect2DMeshesTmp5();
+    void testDAIBuildUnique1();
+    void testDAIPartitionByDifferentValues1();
+    void testDAICheckMonotonic1();
+    void testIntersect2DMeshesTmp6();
+    void testIntersect2DMeshesTmp7();
+    void testDAIBuildSubstractionOptimized1();
+    void testDAIIsStrictlyMonotonic1();
+    void testSimplexize3();
   };
 }