All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
afterEach() |
protected <K,V> void |
assertEntries(org.modeshape.common.collection.Multimap<K,V> multimap,
Collection<Map.Entry<K,V>> entries) |
protected <K,V> void |
assertEntries(org.modeshape.common.collection.Multimap<K,V> multimap,
Map.Entry<K,V>... entries) |
protected <K,V> void |
assertEntries(org.modeshape.common.collection.Multimap<K,V> multimap,
Map.Entry<K,V> entry) |
protected <K,V> void |
assertKeys(org.modeshape.common.collection.Multimap<K,V> multimap,
Collection<K> expectedKeys) |
protected <K,V> void |
assertKeys(org.modeshape.common.collection.Multimap<K,V> multimap,
K... keys) |
protected <K,V> void |
assertKeys(org.modeshape.common.collection.Multimap<K,V> multimap,
K key) |
protected <K,V> void |
assertValues(org.modeshape.common.collection.Multimap<K,V> multimap,
K key,
Collection<V> expectedValues) |
protected <K,V> void |
assertValues(org.modeshape.common.collection.Multimap<K,V> multimap,
K key,
V... values) |
protected <K,V> void |
assertValues(org.modeshape.common.collection.Multimap<K,V> multimap,
K key,
V value) |
void |
beforeEach() |
protected abstract <K,V> org.modeshape.common.collection.Multimap<K,V> |
createMultimap() |
protected <K,V> Map.Entry<K,V> |
entry(K key,
V value) |
void |
shouldAllowAddingToCollectionOfValues() |
void |
shouldBeEmptyAfterCreation() |
void |
shouldCompareEqualityOfEmptiedValueCollection() |
void |
shouldCompareEqualityOfEmptyValueCollection() |
void |
shouldDecrementSizeOnValueIteratorRemove() |
void |
shouldHaveZeroSizeAfterCreation() |
void |
shouldIterateSuccessfullyWithRemoval() |
void |
shouldNotBeEmptyAfterAddingKeyAndTwoValuesToEmptyCollection() |
void |
shouldNotBeEmptyAfterAddingKeyValuePairToEmptyCollection() |
void |
shouldNotBeEmptyAfterAddingMultipleKeyValuePairsMultipleTimesToEmptyCollection() |
void |
shouldNotBeEmptyAfterAddingMultipleKeyValuePairsToEmptyCollection() |
void |
shouldProduceHashCodeOfEmptiedValueCollection() |
void |
shouldProduceHashCodeOfEmptyValueCollection() |
void |
shouldRetainAllInValueCollection() |
void |
shouldRetainNoneInValueCollection() |
void |
shouldSuccessfullyAddAllToEmptiedValueCollection() |
void |
shouldSuccessfullyAddAllToEmptyValueCollection() |
void |
shouldSuccessfullyAddAllToValueCollection() |
void |
shouldSuccessfullyAddValueToEmptiedValueCollection() |
void |
shouldSuccessfullyAddValueToEmptyValueCollection() |
void |
shouldSuccessfullyAddValueToValueCollection() |
void |
shouldSuccessfullyClearValueCollection() |
void |
shouldSuccessfullyRemoveAllFromValueCollection() |
void |
shouldSuccessfullyRemoveLastElementFromValueCollection() |
void |
shouldSuccessfullyRetainAllInEmptiedValueCollection() |
void |
shouldSuccessfullyRetainAllInEmptyValueCollection() |
void |
shouldSuccessfullyRetainAllInValueCollection() |
protected abstract boolean |
valuesAllowDuplicates() |