Method Summary |
|
protected void | setUp() Common test setup. |
public static Test | suite() Returns the tests as a test suite. |
public void | testAddValue() Some checks for the addValue() method. |
public void | testClear() A simple test for the clear() method. |
public void | testCloning() Some checks for the clone() method. |
public void | testConstructor() Checks that a new instance is empty. |
public void | testGetIndex() Some checks for the getIndex() methods. |
public void | testGetItemCount() Some checks for the getItemCount() method. |
public void | testGetKey() Some checks for the getKey() methods. |
public void | testGetKeys() Some checks for the getKeys() method. |
public void | testGetValue() Some checks for the getValue() methods. |
public void | testInsertAndRetrieve() Check that inserting and retrieving values works as expected. |
public void | testInsertValue() Some checks for the insertValue() method. |
public void | testRemoveValue() Some tests for the removeValue() method. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSortByKeyAscending() Tests sorting of data by key (ascending). |
public void | testSortByKeyDescending() Tests sorting of data by key (descending). |
public void | testSortByValueAscending() Tests sorting of data by value (ascending). |
public void | testSortByValueDescending() Tests sorting of data by key (descending). |