Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_destroyObject_multipleCalls (0.41 sec)

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

            // If we get here without exception, it's handled correctly
            assertTrue(true);
        }
    
        /**
         * Test destroyObject called multiple times on same object
         */
        public void test_destroyObject_multipleCalls() throws Exception {
            CloseableTestComponent.resetCounters();
    
            CrawlerPooledObjectFactory<CloseableTestComponent> closeableFactory = createFactory("closeableComponent");
    
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 20 13:07:01 UTC 2025
    - 36.7K bytes
    - Viewed (0)
Back to top