X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FTest%2FMEDCouplingBasicsTest5.hxx;h=2ea0e504e8cb122eaaf3684a9a8c5e2269749d6b;hb=f2690dd9bd062d8727817a86abc53237357187ed;hp=0bc8432f6d1cded094c786a937768b616294b33d;hpb=293a6104470482e450701aa8061d9b244f2057d5;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/Test/MEDCouplingBasicsTest5.hxx b/src/MEDCoupling/Test/MEDCouplingBasicsTest5.hxx index 0bc8432f6..2ea0e504e 100644 --- a/src/MEDCoupling/Test/MEDCouplingBasicsTest5.hxx +++ b/src/MEDCoupling/Test/MEDCouplingBasicsTest5.hxx @@ -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 @@ -26,7 +26,7 @@ #include #include -namespace ParaMEDMEM +namespace MEDCoupling { class DataArrayDouble; class MEDCouplingUMesh; @@ -37,6 +37,7 @@ namespace ParaMEDMEM { CPPUNIT_TEST_SUITE(MEDCouplingBasicsTest5); CPPUNIT_TEST( testUMeshTessellate2D1 ); + CPPUNIT_TEST( testUMeshTessellate2DCurve1 ); CPPUNIT_TEST( testIntersect2DMeshesTmp4 ); CPPUNIT_TEST( testGetCellIdsCrossingPlane1 ); CPPUNIT_TEST( testBuildSlice3D1 ); @@ -66,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(); @@ -98,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(); }; }