- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/unittests/tesselationunittest.hpp
-
Property mode
changed from
100755
to100644
rbe90f1 rc15ca2 9 9 #define TESSELATIONUNITTEST_HPP_ 10 10 11 /*********************************************** includes ***********************************/ 11 12 12 13 #include <cppunit/extensions/HelperMacros.h> 13 14 15 #include "linkedcell.hpp" 14 16 #include "tesselation.hpp" 15 17 … … 19 21 { 20 22 CPPUNIT_TEST_SUITE( TesselationTest) ; 21 CPPUNIT_TEST ( IsInnerPointTest );22 23 CPPUNIT_TEST ( GetAllTrianglesTest ); 23 24 CPPUNIT_TEST ( ContainmentTest ); … … 27 28 void setUp(); 28 29 void tearDown(); 29 void IsInnerPointTest();30 30 void GetAllTrianglesTest(); 31 31 void ContainmentTest(); -
Property mode
changed from
Note:
See TracChangeset
for help on using the changeset viewer.