Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testCloning() Some checks for the clone() method. |
public void | testColumnCount() Some basic checks for the getColumnCount() method. |
public void | testEquals() Some checks for the equals() method. |
public void | testGetColumnKey() Some basic checks for the getColumnKey() method. |
public void | testGetRowKey() Some basic checks for the getRowKey() method. |
public void | testGetValue() Some checks for the getValue() method. |
public void | testGetValue2() Some basic checks for the getValue(int, int) method. |
public void | testRemoveRow() Some basic checks for the removeRow() method. |
public void | testRemoveValue() Some basic checks for the removeValue() method. |
public void | testRemoveValueBug1690654() A test for bug 1690654. |
public void | testRowCount() Some basic checks for the getRowCount() method. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSparsePopulation() Populates a data structure with sparse entries, then checks that
the unspecified entries return null. |