Class SetAddAllTester<E>

  • All Implemented Interfaces:
    junit.framework.Test

    public class SetAddAllTester<E>
    extends AbstractSetTester<E>
    A generic JUnit test which tests addAll operations on a set. Can't be invoked directly; please see SetTestSuiteBuilder.
    • Constructor Detail

      • SetAddAllTester

        public SetAddAllTester()
    • Method Detail

      • testAddAll_supportedSomePresent

        public void testAddAll_supportedSomePresent()
      • testAddAll_withDuplicates

        public void testAddAll_withDuplicates()
      • testAddAll_supportedAllPresent

        public void testAddAll_supportedAllPresent()