Class SetAddAllTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible 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.
Author:
Kevin Bourrillion
  • Constructor Details

    • SetAddAllTester

      public SetAddAllTester()
  • Method Details

    • testAddAll_supportedSomePresent

      public void testAddAll_supportedSomePresent()
    • testAddAll_withDuplicates

      public void testAddAll_withDuplicates()
    • testAddAll_supportedAllPresent

      public void testAddAll_supportedAllPresent()