Class MultimapToStringTester<K,V>

All Implemented Interfaces:
junit.framework.Test

public class MultimapToStringTester<K,V> extends AbstractMultimapTester<K,V,Multimap<K,V>>
Tester for Multimap.toString().
  • 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()