Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_concurrentCreation (0.14 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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();
    
            final int threadCount = 10;
            final int objectsPerThread = 10;
            final List<TestComponent> createdComponents = new ArrayList<>();
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Nov 20 13:07:01 GMT 2025
    - 36.7K bytes
    - Click Count (0)
Back to Top