Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | test1654215() A test for bug 1654215 (where a renderer is added to the plot without
a corresponding dataset and it throws an exception at drawing time). |
public void | testAddDomainMarker() Some tests for the addDomainMarker() method(s). |
public void | testAddRangeMarker() Some tests for the addRangeMarker() method(s). |
public void | testCloneIndependence() Tests the independence of the clones. |
public void | testCloning() Confirm that basic cloning works. |
public void | testCloning2() Tests cloning for a more complex plot. |
public void | testCloning_QuadrantOrigin() Confirm that cloning captures the quadrantOrigin field. |
public void | testCloning_QuadrantPaint() Confirm that cloning captures the quadrantOrigin field. |
public void | testDrawRangeGridlines() A test for drawing range grid lines when there is no primary renderer. |
public void | testDrawSeriesWithZeroItems() A test for drawing a plot where a series has zero items. |
public void | testEquals() Some checks for the equals() method. |
public void | testGetLegendItems() Some checks for the getLegendItems() method. |
public void | testGetRendererForDataset() Some checks for the getRendererForDataset() method. |
public void | testRemoveAnnotation() Some checks for the removeAnnotation() method. |
public void | testSerialization1() Serialize an instance, restore it, and check for equality. |
public void | testSerialization2() Serialize an instance, restore it, and check for equality. |
public void | testSerialization3() Problem to reproduce a bug in serialization. |
public void | testSerialization4() A test to reproduce a bug in serialization: the domain and/or range
markers for a plot are not being serialized. |
public void | testSerialization5() Tests a bug where the plot is no longer registered as a listener
with the dataset(s) and axes after deserialization. |
public void | testSetNullRenderer() Setting a null renderer should be allowed, but is generating a null
pointer exception in 0.9.7. |
public void | testSetRenderer() A test for a bug where setting the renderer doesn't register the plot
as a RendererChangeListener. |