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 Detail

      • MultimapToStringTester

        public MultimapToStringTester()
    • Method Detail

      • testToStringEmpty

        public void testToStringEmpty()
      • testToStringSingleton

        public void testToStringSingleton()
      • testToStringWithNullKey

        public void testToStringWithNullKey()
      • testToStringWithNullValue

        public void testToStringWithNullValue()
      • testToStringMatchesAsMap

        public void testToStringMatchesAsMap()