Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/med.git] / src / INTERP_KERNELTest / UnitTetraIntersectionBaryTest.hxx
index 26c1be3fd450beda5777f3a7601237ac11eca29c..c17bfcc302156ba23a03e746ad0bd4b5fc4ce9be 100644 (file)
@@ -1,38 +1,44 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2012  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.
+// 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.
 //
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // File      : UnitTetraIntersectionBaryTests.hxx
 // Created   : Thu Nov  6 17:11:27 2008
 // Author    : Edward AGAPOV (eap)
+//
 #ifndef __UNITTETRAINTERSECTIONBARYTEST_HXX__
 #define __UNITTETRAINTERSECTIONBARYTEST_HXX__
 
 #include <cppunit/extensions/HelperMacros.h>
 
+#include "InterpKernelTestExport.hxx"
+
 namespace INTERP_TEST
 {
   /**
    * \brief Test suite testing UnitTetraIntersectionBary class.
    *
    */
-  class UnitTetraIntersectionBaryTest : public CppUnit::TestFixture
+  class INTERPKERNELTEST_EXPORT UnitTetraIntersectionBaryTest : public CppUnit::TestFixture
   {
     CPPUNIT_TEST_SUITE( UnitTetraIntersectionBaryTest );
+    CPPUNIT_TEST( test_UnitTetraIntersectionBary_13 );
+    CPPUNIT_TEST( test_UnitTetraIntersectionBary_12 );
     CPPUNIT_TEST( test_UnitTetraIntersectionBary_1 );
     CPPUNIT_TEST( test_UnitTetraIntersectionBary_2 );
     CPPUNIT_TEST( test_UnitTetraIntersectionBary_3 );
@@ -59,6 +65,8 @@ namespace INTERP_TEST
     void test_UnitTetraIntersectionBary_9();
     void test_UnitTetraIntersectionBary_10();
     void test_UnitTetraIntersectionBary_11();
+    void test_UnitTetraIntersectionBary_12();
+    void test_UnitTetraIntersectionBary_13();
     void test_TetraAffineTransform_reverseApply();
     void test_barycentric_coords();
   };