Class MultisetAddTester<E>

All Implemented Interfaces:
junit.framework.Test

public class MultisetAddTester<E> extends AbstractMultisetTester<E>
Tests for Multiset.add.
  • Constructor Details

    • MultisetAddTester

      public MultisetAddTester()
  • Method Details

    • 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()