Class SetMultimapAsMapTester<K,​V>

  • Type Parameters:
    K - The key type of the tested multimap.
    V - The value type of the tested multimap.
    All Implemented Interfaces:
    junit.framework.Test

    public class SetMultimapAsMapTester<K,​V>
    extends AbstractMultimapTester<K,​V,​SetMultimap<K,​V>>
    Testers for SetMultimap.asMap().
    • Constructor Detail

      • SetMultimapAsMapTester

        public SetMultimapAsMapTester()
    • Method Detail

      • testAsMapValuesImplementSet

        public void testAsMapValuesImplementSet()
      • testAsMapGetImplementsSet

        public void testAsMapGetImplementsSet()
      • testAsMapRemoveImplementsSet

        public void testAsMapRemoveImplementsSet()
      • testEquals

        public void testEquals()
      • testEntrySetEquals

        public void testEntrySetEquals()
      • testValuesRemove

        public void testValuesRemove()