Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | test1169972() A test for bug report 1169972. |
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 | testAxisRange() A test for a bug reported in the forum. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Test that the equals() method differentiates all the required fields. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSerialization2() Serialize an instance, restore it, and check for equality. |
public void | testSerialization3() Serialize an instance, restore it, and check for equality. |
public void | testSerialization4() This test ensures that a plot with markers is serialized correctly. |
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 | testSetRenderer() A test for a bug where setting the renderer doesn't register the plot
as a RendererChangeListener. |