Class MultimapReplaceValuesTester<K,V>

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.Multimap<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.Multimap<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
com.google.common.collect.testing.google.MultimapReplaceValuesTester<K,V>
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MultimapReplaceValuesTester<K,V> extends AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
Tests for Multimap.replaceValues(Object, Iterable).
Author:
Louis Wasserman
  • Constructor Details

    • MultimapReplaceValuesTester

      public MultimapReplaceValuesTester()
  • Method Details

    • testReplaceValuesWithNullValue

      public void testReplaceValuesWithNullValue()
    • testReplaceValuesWithNullKey

      public void testReplaceValuesWithNullKey()
    • testReplaceEmptyValues

      public void testReplaceEmptyValues()
    • testReplaceValuesWithEmpty

      public void testReplaceValuesWithEmpty()
    • testReplaceValuesWithDuplicates

      public void testReplaceValuesWithDuplicates()
    • testReplaceNonEmptyValues

      public void testReplaceNonEmptyValues()
    • testReplaceValuesPropagatesToGet

      public void testReplaceValuesPropagatesToGet()
    • testReplaceValuesRemoveNotSupported

      public void testReplaceValuesRemoveNotSupported()
    • testReplaceValuesPutNotSupported

      public void testReplaceValuesPutNotSupported()