Class MultimapToStringTester<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.MultimapToStringTester<K,V>
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class MultimapToStringTester<K,V> extends AbstractMultimapTester<K, V, com.google.common.collect.Multimap<K,V>>
Tester for Multimap.toString().
Author:
Louis Wasserman
  • Constructor Details

    • MultimapToStringTester

      public MultimapToStringTester()
  • Method Details

    • testToStringEmpty

      public void testToStringEmpty()
    • testToStringSingleton

      public void testToStringSingleton()
    • testToStringWithNullKey

      public void testToStringWithNullKey()
    • testToStringWithNullValue

      public void testToStringWithNullValue()
    • testToStringMatchesAsMap

      public void testToStringMatchesAsMap()