Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testBug1593156() A test for bug 1593156. |
public void | testCloning() Confirm that cloning works. |
public void | testDrawWithNullInfo() Draws the chart with a null info object to make sure that
no exceptions are thrown (particularly by code in the renderer). |
public void | testEquals() Test that the equals() method distinguishes all fields. |
public void | testFindRangeBounds() Check that the renderer is calculating the range bounds correctly. |
public void | testHashcode() Two objects that are equal are required to return the same hashCode. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |