public class LinkedListMultimapTest extends AbstractMultimapTest
| Modifier and Type | Field and Description |
|---|---|
protected org.modeshape.common.collection.ListMultimap<String,String> |
listMultimap |
keys, multimap, values| Constructor and Description |
|---|
LinkedListMultimapTest() |
afterEach, assertEntries, assertEntries, assertEntries, assertKeys, assertKeys, assertKeys, assertValues, assertValues, assertValues, entry, shouldAllowAddingToCollectionOfValues, shouldBeEmptyAfterCreation, shouldCompareEqualityOfEmptiedValueCollection, shouldCompareEqualityOfEmptyValueCollection, shouldDecrementSizeOnValueIteratorRemove, shouldHaveZeroSizeAfterCreation, shouldIterateSuccessfullyWithRemoval, shouldNotBeEmptyAfterAddingKeyAndTwoValuesToEmptyCollection, shouldNotBeEmptyAfterAddingKeyValuePairToEmptyCollection, shouldNotBeEmptyAfterAddingMultipleKeyValuePairsMultipleTimesToEmptyCollection, shouldNotBeEmptyAfterAddingMultipleKeyValuePairsToEmptyCollection, shouldProduceHashCodeOfEmptiedValueCollection, shouldProduceHashCodeOfEmptyValueCollection, shouldRetainAllInValueCollection, shouldRetainNoneInValueCollection, shouldSuccessfullyAddAllToEmptiedValueCollection, shouldSuccessfullyAddAllToEmptyValueCollection, shouldSuccessfullyAddAllToValueCollection, shouldSuccessfullyAddValueToEmptiedValueCollection, shouldSuccessfullyAddValueToEmptyValueCollection, shouldSuccessfullyAddValueToValueCollection, shouldSuccessfullyClearValueCollection, shouldSuccessfullyRemoveAllFromValueCollection, shouldSuccessfullyRemoveLastElementFromValueCollection, shouldSuccessfullyRetainAllInEmptiedValueCollection, shouldSuccessfullyRetainAllInEmptyValueCollection, shouldSuccessfullyRetainAllInValueCollectionprotected org.modeshape.common.collection.ListMultimap<String,String> listMultimap
public LinkedListMultimapTest()
public void beforeEach()
beforeEach in class AbstractMultimapTestprotected <K,V> org.modeshape.common.collection.LinkedListMultimap<K,V> createMultimap()
createMultimap in class AbstractMultimapTestprotected boolean valuesAllowDuplicates()
valuesAllowDuplicates in class AbstractMultimapTestAbstractMultimapTest.valuesAllowDuplicates()public void shouldAddEntryToEmtpyMap()
public void shouldMaintainOrderOfInsertionInKeysAndValues()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterRemovalOfFirstKeyValuePair()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterRemovalOfMiddleKeyValuePair()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterRemovalOfLastKeyValuePair()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterRemovalOfFirstValueFromKeyCollection()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterRemovalOfMiddleValueFromKeyCollection()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterRemovalOfLastValueFromKeyCollection()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterAddingValueAtBeginngingOfCollectionForKey()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterAddingValueAtMiddleOfCollectionForKey()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterAddingValueAtEndOfCollectionForKey()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterAddingValueAtBeginngingOfCollectionForKeyUsingIterator()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterAddingValueAtMiddleOfCollectionForKeyUsingIterator()
public void shouldMaintainOrderOfInsertionInKeysAndValuesAfterAddingValueAtEndOfCollectionForKeyUsingIterator()
protected void addValueUsingCollection(org.modeshape.common.collection.ListMultimap<String,String> multimap, String key, int atPosition, String value)
protected void addValueUsingIterator(org.modeshape.common.collection.ListMultimap<String,String> multimap, String key, int atPosition, String value)
protected void setValueUsingCollection(org.modeshape.common.collection.ListMultimap<String,String> multimap, String key, int atPosition, String value)
protected void setValueUsingIterator(org.modeshape.common.collection.ListMultimap<String,String> multimap, String key, int atPosition, String value)
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.