| org.apache.commons.collections.keyvalue.AbstractTestMapEntry org.apache.commons.collections.keyvalue.TestUnmodifiableMapEntry
TestUnmodifiableMapEntry | public class TestUnmodifiableMapEntry extends AbstractTestMapEntry (Code) | | Test the UnmodifiableMapEntry class.
since: Commons Collections 3.0 version: $Revision: 155406 $ $Date: 2005-02-26 12:55:26 +0000 (Sat, 26 Feb 2005) $ author: Neil O'Toole |
TestUnmodifiableMapEntry | public TestUnmodifiableMapEntry(String testName)(Code) | | |
makeMapEntry | public Map.Entry makeMapEntry()(Code) | | Make an instance of Map.Entry with the default (null) key and value.
Subclasses should override this method to return a Map.Entry
of the type being tested.
|
makeMapEntry | public Map.Entry makeMapEntry(Object key, Object value)(Code) | | Make an instance of Map.Entry with the specified key and value.
Subclasses should override this method to return a Map.Entry
of the type being tested.
|
suite | public static Test suite()(Code) | | |
testAccessorsAndMutators | public void testAccessorsAndMutators()(Code) | | |
testConstructors | public void testConstructors()(Code) | | Subclasses should override this method.
|
testSelfReferenceHandling | public void testSelfReferenceHandling()(Code) | | |
testUnmodifiable | public void testUnmodifiable()(Code) | | |
|
|