Class CollectionRemoveTester<E>

    • Constructor Detail

      • CollectionRemoveTester

        public CollectionRemoveTester()
    • Method Detail

      • testRemove_present

        public void testRemove_present()
      • testRemovePresentConcurrentWithIteration

        public void testRemovePresentConcurrentWithIteration()
      • testRemove_notPresent

        public void testRemove_notPresent()
      • testRemove_nullPresent

        public void testRemove_nullPresent()
      • testRemove_unsupported

        public void testRemove_unsupported()
      • testRemove_unsupportedNotPresent

        public void testRemove_unsupportedNotPresent()
      • testRemove_nullNotSupported

        public void testRemove_nullNotSupported()
      • testRemove_nullAllowed

        public void testRemove_nullAllowed()
      • testIteratorRemove_unsupported

        public void testIteratorRemove_unsupported()
      • testRemove_wrongType

        public void testRemove_wrongType()