| org.jaffa.util.ListMapTest
ListMapTest | public class ListMapTest extends TestCase (Code) | | |
Method Summary | |
public static void | main(java.lang.String[] args) | public void | setUp() | public static Test | suite() | public void | tearDown() | public void | testClear() Test of clear method, of class org.jaffa.util.ListMap. | public void | testContainsKey() Test of containsKey method, of class org.jaffa.util.ListMap. | public void | testContainsKey1() | public void | testContainsValue() Test of containsValue method, of class org.jaffa.util.ListMap. | public void | testEntrySet() Test of entrySet method, of class org.jaffa.util.ListMap. | public void | testEntrySet1() | public void | testEntrySet2() | public void | testEntrySet3() | public void | testEquals() Test of equals method, of class org.jaffa.util.ListMap. | public void | testEquals1() | public void | testGet() Test of get method, of class org.jaffa.util.ListMap. | public void | testGet1() | public void | testHashCode() Test of hashCode method, of class org.jaffa.util.ListMap. | public void | testHashCode1() | public void | testIsEmpty() Test of isEmpty method, of class org.jaffa.util.ListMap. | public void | testIsEmpty1() | public void | testIsEmpty2() | public void | testKeySet() Test of keySet method, of class org.jaffa.util.ListMap. | public void | testKeySet1() Test of keySet method, of class org.jaffa.util.ListMap. | public void | testKeySet2() Test of keySet method, of class org.jaffa.util.ListMap. | public void | testKeySet3() Test of keySet method, of class org.jaffa.util.ListMap. | public void | testKeySet4() Test of keySet method, of class org.jaffa.util.ListMap. | public void | testPut() Test of put method, of class org.jaffa.util.ListMap. | public void | testPutAll() Test of putAll method, of class org.jaffa.util.ListMap. | public void | testPutAndSubstitute() | public void | testPutAndSubstitute1() | public void | testRemove() Test of remove method, of class org.jaffa.util.ListMap. | public void | testRemove1() | public void | testRemove2() | public void | testRemove3() | public void | testRemove4() | public void | testRemove5() | public void | testRemove6() | public void | testRemove7() | public void | testSize() Test of size method, of class org.jaffa.util.ListMap. | public void | testValues() | public void | testValues1() | public void | testValues2() | public void | testValues3() | public void | testValues4() | public void | testValues5() |
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
tearDown | public void tearDown()(Code) | | |
testClear | public void testClear()(Code) | | Test of clear method, of class org.jaffa.util.ListMap.
|
testContainsKey | public void testContainsKey()(Code) | | Test of containsKey method, of class org.jaffa.util.ListMap.
|
testContainsKey1 | public void testContainsKey1()(Code) | | |
testContainsValue | public void testContainsValue()(Code) | | Test of containsValue method, of class org.jaffa.util.ListMap.
|
testEntrySet | public void testEntrySet()(Code) | | Test of entrySet method, of class org.jaffa.util.ListMap.
|
testEntrySet1 | public void testEntrySet1()(Code) | | |
testEntrySet2 | public void testEntrySet2()(Code) | | |
testEntrySet3 | public void testEntrySet3()(Code) | | |
testEquals | public void testEquals()(Code) | | Test of equals method, of class org.jaffa.util.ListMap.
|
testEquals1 | public void testEquals1()(Code) | | |
testGet | public void testGet()(Code) | | Test of get method, of class org.jaffa.util.ListMap.
|
testGet1 | public void testGet1()(Code) | | |
testHashCode | public void testHashCode()(Code) | | Test of hashCode method, of class org.jaffa.util.ListMap.
|
testHashCode1 | public void testHashCode1()(Code) | | |
testIsEmpty | public void testIsEmpty()(Code) | | Test of isEmpty method, of class org.jaffa.util.ListMap.
|
testIsEmpty1 | public void testIsEmpty1()(Code) | | |
testIsEmpty2 | public void testIsEmpty2()(Code) | | |
testKeySet | public void testKeySet()(Code) | | Test of keySet method, of class org.jaffa.util.ListMap.
|
testKeySet1 | public void testKeySet1()(Code) | | Test of keySet method, of class org.jaffa.util.ListMap.
|
testKeySet2 | public void testKeySet2()(Code) | | Test of keySet method, of class org.jaffa.util.ListMap.
Check if changes to the keySet affect the underlying ListMap
|
testKeySet3 | public void testKeySet3()(Code) | | Test of keySet method, of class org.jaffa.util.ListMap.
Check if changes to the keySet affect the underlying ListMap
|
testKeySet4 | public void testKeySet4()(Code) | | Test of keySet method, of class org.jaffa.util.ListMap.
Create a ListMap & add elemenst in a particular order
Make sure the collection returns values in the same order
|
testPut | public void testPut()(Code) | | Test of put method, of class org.jaffa.util.ListMap.
|
testPutAll | public void testPutAll()(Code) | | Test of putAll method, of class org.jaffa.util.ListMap.
|
testPutAndSubstitute | public void testPutAndSubstitute()(Code) | | Test of put method, of class org.jaffa.util.ListMap for substitution
|
testPutAndSubstitute1 | public void testPutAndSubstitute1()(Code) | | Test of put method, of class org.jaffa.util.ListMap for substitution
|
testRemove | public void testRemove()(Code) | | Test of remove method, of class org.jaffa.util.ListMap.
|
testRemove1 | public void testRemove1()(Code) | | Test of remove method, of class org.jaffa.util.ListMap,
making sure that the removed object is returned
|
testRemove2 | public void testRemove2()(Code) | | Test of remove method, of class org.jaffa.util.ListMap from the keySet()
|
testRemove3 | public void testRemove3()(Code) | | Test of remove method, of class org.jaffa.util.ListMap from the keySet().Iterator()
|
testRemove4 | public void testRemove4()(Code) | | Test of remove method, of class org.jaffa.util.ListMap from the entrySet()
|
testRemove5 | public void testRemove5()(Code) | | Test of remove method, of class org.jaffa.util.ListMap from the entrySet().Iterator()
|
testRemove6 | public void testRemove6()(Code) | | Test of remove method, of class org.jaffa.util.ListMap from the values()
|
testRemove7 | public void testRemove7()(Code) | | Test of remove method, of class org.jaffa.util.ListMap from the values().Iterator()
|
testSize | public void testSize()(Code) | | Test of size method, of class org.jaffa.util.ListMap.
|
testValues | public void testValues()(Code) | | |
testValues1 | public void testValues1()(Code) | | |
testValues2 | public void testValues2()(Code) | | |
testValues3 | public void testValues3()(Code) | | |
testValues4 | public void testValues4()(Code) | | |
testValues5 | public void testValues5()(Code) | | |
|
|