Method Summary |
|
public void | seriesChanged(SeriesChangeEvent event) Sets the flag to indicate that a
SeriesChangeEvent has been
received. |
protected void | setUp() Common test setup. |
public static Test | suite() Returns the tests as a test suite. |
public void | testAddOrUpdate() Some checks for the addOrUpdate() method. |
public void | testAddValue() Add a value to series A for 1999. |
public void | testBug1075255() A test for the bug report 1075255. |
public void | testClone() Check that cloning works. |
public void | testCreateCopy1() Some tests to ensure that the createCopy(RegularTimePeriod,
RegularTimePeriod) method is functioning correctly. |
public void | testCreateCopy2() Some tests to ensure that the createCopy(int, int) method is
functioning correctly. |
public void | testDelete() Tests the deletion of values. |
public void | testDelete2() Basic tests for the delete() method. |
public void | testEquals() Tests the equals method. |
public void | testEquals2() Tests a specific bug report where null arguments in the constructor
cause the equals() method to fail. |
public void | testGetDataItem1() Some checks for the getDataItem(int) method. |
public void | testGetDataItem2() Some checks for the getDataItem(RegularTimePeriod) method. |
public void | testGetIndex() Some checks for the getIndex() method. |
public void | testGetValue() Tests the retrieval of values. |
public void | testRemoveAgedItems() Some checks for the removeAgedItems() method. |
public void | testRemoveAgedItems2() Some checks for the removeAgedItems(long, boolean) method. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSetMaximumItemCount() Test the setMaximumItemCount() method to ensure that it removes items
from the series if necessary. |