{
return new Intersection(Factory.createGraphMem(), Factory.createGraphMem());
}};
AbstractTestPackage atp = new AbstractTestPackage( "Intersection", gmf ){};
for (int i=0;i<atp.testCount();i++)
{
result.addTest( atp.testAt(i) );
}
gmf = new GraphModelFactory(){