Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Confirm that the equals method can distinguish all the required fields. |
public void | testGetGroup() Tests the getGroup() method. |
public void | testGetGroupIndex() Tests the getGroupIndex() method. |
public void | testGroupCount() Tests that the getGroupCount() method returns the correct values under
various circumstances. |
public void | testKeyCount() Tests that the getKeyCount() method returns the correct values under
various circumstances. |
public void | testMapKeyToGroup() Tests the mapKeyToGroup() method. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |