Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testAdd() Some checks for the add() method for an UNSORTED series. |
public void | testAddOrUpdate() Some checks for the addOrUpdate() method. |
public void | testAddOrUpdate2() Some checks for the addOrUpdate() method for an UNSORTED series. |
public void | testAdditionOfDuplicateXValues() When items are added with duplicate x-values, we expect them to remain
in the order they were added. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Confirm that the equals method can distinguish all the required fields. |
public void | testIndexOf() Simple test for the indexOf() method. |
public void | testIndexOf2() A check for the indexOf() method for an unsorted series. |
public void | testRemove() Simple test for the remove() method. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSetMaximumItemCount() A simple check that the maximumItemCount attribute is working. |
public void | testSetMaximumItemCount2() Check that the maximum item count can be applied retrospectively. |
public void | testToArray() Some checks for the toArray() method. |
public void | testToArrayExample() Some checks for an example using the toArray() method. |
public void | testUpdate() Some checks for the update(Number, Number) method. |
public void | testUpdate2() Some checks for the update() method for an unsorted series. |