Class MultisetCountTester<E>

    • Constructor Detail

      • MultisetCountTester

        public MultisetCountTester()
    • Method Detail

      • testCount_0

        public void testCount_0()
      • testCount_1

        public void testCount_1()
      • testCount_3

        public void testCount_3()
      • testCount_nullAbsent

        public void testCount_nullAbsent()
      • testCount_null_forbidden

        public void testCount_null_forbidden()
      • testCount_nullPresent

        public void testCount_nullPresent()
      • testCount_wrongType

        public void testCount_wrongType()
      • getCountDuplicateInitializingMethods

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