| util.CollectUtils
CollectUtils | public class CollectUtils extends TestCase (Code) | | Tests the CollectionsUtil
version: 1.0 |
Method Summary | |
public void | createMap() Test creation of a tracked map. | public void | modifyMap() Test modification of a tracked map. | public static Test | suite() |
CollectUtils | public CollectUtils(String name)(Code) | | Konstruktor zum Erzeugen eines TestCase
Parameters: name - a String value |
createMap | public void createMap() throws Exception(Code) | | Test creation of a tracked map.
exception: Exception - if an error occurs |
modifyMap | public void modifyMap() throws Exception(Code) | | Test modification of a tracked map.
exception: Exception - if an error occurs |
suite | public static Test suite() throws Exception(Code) | | Assembling the test suite
a Test value exception: Exception - if an error occurs |
|
|