setName( "Graph" ); $this->addTest( ezcGraphAxisCenteredRendererTest::suite() ); $this->addTest( ezcGraphAxisExactRendererTest::suite() ); $this->addTest( ezcGraphAxisRotatedRendererTest::suite() ); $this->addTest( ezcGraphBackgroundTest::suite() ); $this->addTest( ezcGraphBoundingsTest::suite() ); $this->addTest( ezcGraphChartTest::suite() ); $this->addTest( ezcGraphColorTest::suite() ); $this->addTest( ezcGraphDataSetAverageTest::suite() ); $this->addTest( ezcGraphDataSetTest::suite() ); $this->addTest( ezcGraphDateAxisTest::suite() ); $this->addTest( ezcGraphDriverOptionsTest::suite() ); $this->addTest( ezcGraphElementOptionsTest::suite() ); $this->addTest( ezcGraphFlashDriverTest::suite() ); $this->addTest( ezcGraphFontTest::suite() ); $this->addTest( ezcGraphGdDriverTest::suite() ); $this->addTest( ezcGraphImageMapTest::suite() ); $this->addTest( ezcGraphLabeledAxisTest::suite() ); $this->addTest( ezcGraphLegendTest::suite() ); $this->addTest( ezcGraphLineChartTest::suite() ); $this->addTest( ezcGraphLogarithmicalAxisTest::suite() ); $this->addTest( ezcGraphMatrixTest::suite() ); $this->addTest( ezcGraphNumericAxisTest::suite() ); $this->addTest( ezcGraphNumericDataSetTest::suite() ); $this->addTest( ezcGraphPaletteTest::suite() ); $this->addTest( ezcGraphPieChartTest::suite() ); $this->addTest( ezcGraphPolynomTest::suite() ); $this->addTest( ezcGraphRadarChartTest::suite() ); $this->addTest( ezcGraphRenderer2dTest::suite() ); $this->addTest( ezcGraphRenderer3dTest::suite() ); $this->addTest( ezcGraphStructTest::suite() ); $this->addTest( ezcGraphSvgDriverTest::suite() ); $this->addTest( ezcGraphTextTest::suite() ); $this->addTest( ezcGraphToolsTest::suite() ); $this->addTest( ezcGraphTransformationTest::suite() ); $this->addTest( ezcGraphVectorTest::suite() ); } public static function suite() { return new ezcGraphSuite( "ezcGraphSuite" ); } } ?>