Class SetMultimapPutTester<K,V>

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

@GwtCompatible public class SetMultimapPutTester<K,V> extends AbstractMultimapTester<K, V, com.google.common.collect.SetMultimap<K,V>>
Tests for SetMultimap.replaceValues(K, java.lang.Iterable<? extends V>).
Author:
Louis Wasserman
  • Constructor Details

    • SetMultimapPutTester

      public SetMultimapPutTester()
  • Method Details

    • testPutDuplicateValuePreservesSize

      public void testPutDuplicateValuePreservesSize()
    • testPutDuplicateValue

      public void testPutDuplicateValue()
    • testPutDuplicateValue_null

      public void testPutDuplicateValue_null()