Class MultisetForEachEntryTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    public class MultisetForEachEntryTester<E>
    extends AbstractMultisetTester<E>
    Tests for Multiset#forEachEntry.
    • Constructor Detail

      • MultisetForEachEntryTester

        public MultisetForEachEntryTester()
    • Method Detail

      • testForEachEntry

        public void testForEachEntry()
      • testForEachEntryOrdered

        public void testForEachEntryOrdered()
      • testForEachEntryDuplicates

        public void testForEachEntryDuplicates()
      • getForEachEntryDuplicateInitializingMethods

        public static java.util.List<java.lang.reflect.Method> getForEachEntryDuplicateInitializingMethods()
        Returns Method instances for the remove tests that assume multisets support duplicates so that the test of Multisets.forSet() can suppress them.