Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_getDocumentExpires (0.09 seconds)

  1. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

            } catch (FessSystemException e) {
                assertEquals("No crawling session.", e.getMessage());
            }
        }
    
        @Test
        public void test_getDocumentExpires() {
            // Test with null config
            assertNull(crawlingInfoHelper.getDocumentExpires(null));
    
            // Test with documentExpires field set (fallback behavior)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 28.7K bytes
    - Click Count (0)
Back to Top