Class ListListIteratorTester<E>

    • Constructor Detail

      • ListListIteratorTester

        public ListListIteratorTester()
    • Method Detail

      • testListIterator_unmodifiable

        public void testListIterator_unmodifiable()
      • testListIterator_fullyModifiable

        public void testListIterator_fullyModifiable()
      • testListIterator_tooLow

        public void testListIterator_tooLow()
      • testListIterator_tooHigh

        public void testListIterator_tooHigh()
      • testListIterator_atSize

        public void testListIterator_atSize()
      • getListIteratorFullyModifiableMethod

        @GwtIncompatible
        public static java.lang.reflect.Method getListIteratorFullyModifiableMethod()
        Returns the Method instance for testListIterator_fullyModifiable() so that tests of CopyOnWriteArraySet can suppress it with FeatureSpecificTestSuiteBuilder.suppressing() until Sun bug 6570575 is fixed.
      • getListIteratorUnmodifiableMethod

        @GwtIncompatible
        public static java.lang.reflect.Method getListIteratorUnmodifiableMethod()
        Returns the Method instance for testListIterator_unmodifiable() so that it can be suppressed in GWT tests.