Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_differentComponentTypes (0.27 sec)

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

            assertTrue(exceptions.isEmpty());
            assertEquals(threadCount * destroysPerThread, destroyCount.get());
        }
    
        /**
         * Test with different component types
         */
        public void test_differentComponentTypes() throws Exception {
            // Test with String component
            container.singleton("stringComponent", "TestString");
            CrawlerPooledObjectFactory<String> stringFactory = new CrawlerPooledObjectFactory<>();
    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