CreatePolygonTest
Test *CreatePolygonTest::suite(void)
typedef CppUnit::TestCaller<CreatePolygonTest>
return(new CreatePolygonTestCaller("BPolygon::Create Polygon Test", &CreatePolygonTest::PerformTest));
CreatePolygonTest::CreatePolygonTest(std::string name) :
CreatePolygonTest::~CreatePolygonTest()
void CreatePolygonTest::polygonMatches(BPolygon *srcPoly, const BPoint *pointArray,
void CreatePolygonTest::PerformTest(void)
class CreatePolygonTest :
CreatePolygonTest(std::string name = "");
virtual ~CreatePolygonTest();
testSuite->addTest(CreatePolygonTest::suite());