Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testConcurrentListenerInvocation (0.17 seconds)

  1. fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java

        }
    
        /**
         * Test: Thread-safe listener invocation during connection
         * Verifies that listeners can be added while connect() is executing
         */
        @Test
        public void testConcurrentListenerInvocation() throws Exception {
            // This test verifies CopyOnWriteArrayList allows safe iteration
            assertTrue(fesenClient.onConnectListenerList instanceof java.util.concurrent.CopyOnWriteArrayList);
        }
    
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Mon Jan 12 06:25:38 GMT 2026
    - 16.9K bytes
    - Click Count (0)
Back to Top