Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testCloning() Confirm that cloning works. |
public void | testDrawWithEmptyDataset() Test chart drawing with an empty dataset to ensure that this special
case doesn't cause any exceptions. |
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. |