Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_concurrentCreation (0.2 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java

            assertEquals(1, destroyedComponents.size());
            assertSame(component, destroyedComponents.get(0));
        }
    
        /**
         * Test concurrent object creation
         */
        public void test_concurrentCreation() throws Exception {
            TestComponent.resetCounter();
            factory.setComponentName("testComponent");
    
            final int threadCount = 10;
            final int objectsPerThread = 10;
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Wed Sep 03 14:42:53 UTC 2025
    - 19.3K bytes
    - Viewed (0)
Back to top