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 | 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. |