Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/tesselationunittest.hpp

    • Property mode changed from 100644 to 100755
    rc15ca2 rbe90f1  
    99#define TESSELATIONUNITTEST_HPP_
    1010
    11 /*********************************************** includes ***********************************/
    1211
    1312#include <cppunit/extensions/HelperMacros.h>
    1413
    15 #include "linkedcell.hpp"
    1614#include "tesselation.hpp"
    1715
     
    2119{
    2220    CPPUNIT_TEST_SUITE( TesselationTest) ;
     21    CPPUNIT_TEST ( IsInnerPointTest );
    2322    CPPUNIT_TEST ( GetAllTrianglesTest );
    2423    CPPUNIT_TEST ( ContainmentTest );
     
    2827      void setUp();
    2928      void tearDown();
     29      void IsInnerPointTest();
    3030      void GetAllTrianglesTest();
    3131      void ContainmentTest();
Note: See TracChangeset for help on using the changeset viewer.