Class MultisetElementSetTester<E>

All Implemented Interfaces:
junit.framework.Test

public class MultisetElementSetTester<E> extends AbstractMultisetTester<E>
Tests for Multiset.elementSet() not covered by the derived SetTestSuiteBuilder.
  • Constructor Details

    • MultisetElementSetTester

      public MultisetElementSetTester()
  • Method Details

    • testElementSetReflectsAddAbsent

      public void testElementSetReflectsAddAbsent()
    • testElementSetReflectsRemove

      public void testElementSetReflectsRemove()
    • testElementSetRemovePropagatesToMultiset

      public void testElementSetRemovePropagatesToMultiset()
    • testElementSetRemoveDuplicatePropagatesToMultiset

      public void testElementSetRemoveDuplicatePropagatesToMultiset()
    • testElementSetRemoveAbsent

      public void testElementSetRemoveAbsent()
    • testElementSetClear

      public void testElementSetClear()
    • getElementSetDuplicateInitializingMethods

      public static List<Method> getElementSetDuplicateInitializingMethods()
      Returns Method instances for the read tests that assume multisets support duplicates so that the test of Multisets.forSet() can suppress them.