Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Test that the equals() method distinguishes all fields. |
public void | testEquals2() Test that the equals() method works for a TimeSeriesURLGenerator. |
public void | testFindDomainBounds() Check that the renderer is calculating the domain bounds correctly. |
public void | testFindRangeBounds() Check that the renderer is calculating the range bounds correctly. |
public void | testGetLegendItemSeriesIndex() A check for the datasetIndex and seriesIndex fields in the LegendItem
returned by the getLegendItem() method. |
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. |