Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_create_singletonComponent (0.12 sec)

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

                // Exception is also acceptable behavior
                assertTrue(true);
            }
        }
    
        /**
         * Test creation with singleton component
         */
        public void test_create_singletonComponent() throws Exception {
            factory.setComponentName("singletonComponent");
    
            Object component1 = factory.create();
            Object component2 = factory.create();
    
    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