Class CollectionAddAllTester<E>

    • Constructor Detail

      • CollectionAddAllTester

        public CollectionAddAllTester()
    • Method Detail

      • testAddAll_supportedNothing

        public void testAddAll_supportedNothing()
      • testAddAll_unsupportedNothing

        public void testAddAll_unsupportedNothing()
      • testAddAll_supportedNonePresent

        public void testAddAll_supportedNonePresent()
      • testAddAll_unsupportedNonePresent

        public void testAddAll_unsupportedNonePresent()
      • testAddAll_supportedSomePresent

        public void testAddAll_supportedSomePresent()
      • testAddAll_unsupportedSomePresent

        public void testAddAll_unsupportedSomePresent()
      • testAddAllConcurrentWithIteration

        public void testAddAllConcurrentWithIteration()
      • testAddAll_unsupportedAllPresent

        public void testAddAll_unsupportedAllPresent()
      • testAddAll_nullSupported

        public void testAddAll_nullSupported()
      • testAddAll_nullUnsupported

        public void testAddAll_nullUnsupported()
      • testAddAll_nullCollectionReference

        public void testAddAll_nullCollectionReference()
      • getAddAllNullUnsupportedMethod

        @GwtIncompatible
        public static java.lang.reflect.Method getAddAllNullUnsupportedMethod()
        Returns the Method instance for testAddAll_nullUnsupported() so that tests can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 5045147 is fixed.