Class MultisetAddTester<E>

    • Constructor Detail

      • MultisetAddTester

        public MultisetAddTester()
    • Method Detail

      • testAddUnsupported

        public void testAddUnsupported()
      • testAddMeansAddOne

        public void testAddMeansAddOne()
      • testAddOccurrencesZero

        public void testAddOccurrencesZero()
      • testAddOccurrences

        public void testAddOccurrences()
      • testAddSeveralTimes

        public void testAddSeveralTimes()
      • testAddOccurrences_unsupported

        public void testAddOccurrences_unsupported()
      • testAddOccurrencesNegative

        public void testAddOccurrencesNegative()
      • testAddTooMany

        public void testAddTooMany()
      • testAddAll_emptySet

        public void testAddAll_emptySet()
      • testAddAll_emptyMultiset

        public void testAddAll_emptyMultiset()
      • testAddAll_nonEmptyList

        public void testAddAll_nonEmptyList()
      • testAddAll_nonEmptyMultiset

        public void testAddAll_nonEmptyMultiset()