13 #include <cxxtest/TestSuite.h> void testCheckForIntersections5()
Tests checking for bad input: 2 inner polys overlap. 
 
void testCheckForIntersections3()
Tests checking for bad input: inner poly intersects outer poly. 
 
void testCreateClass()
tests creating the class 
 
void testCheckForIntersections1()
Tests checking for bad input: self-intersecting outer poly. 
 
void testCheckForIntersections2()
Tests checking for bad input: self-intersecting inner poly. 
 
Tests for MeMultiPolyMesher. 
 
void testCheckForIntersections4()
Tests checking for bad input: 2 outer polys overlap.