| org.jfree.chart.junit.MeterChartTests
MeterChartTests | public class MeterChartTests extends TestCase (Code) | | Miscellaneous checks for meter charts.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testDrawWithNullInfo() Draws the chart with a single range. |
MeterChartTests | public MeterChartTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testDrawWithNullInfo | public void testDrawWithNullInfo()(Code) | | Draws the chart with a single range. At one point, this caused a null
pointer exception (fixed now).
|
|
|