Method Summary |
|
public DefaultXYDataset | createSampleDataset1() Creates a sample dataset for testing. |
public static Test | suite() Returns the tests as a test suite. |
public void | testAddSeries() Some tests for the addSeries() method. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Confirm that the equals method can distinguish all the required fields. |
public void | testGetSeriesKey() Some checks for the getSeriesKey(int) method. |
public void | testIndexOf() Some checks for the indexOf(Comparable) method. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |