Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setupStoreCondition (0.05 seconds)

  1. src/test/java/org/codelibs/fess/app/service/CrawlingInfoServiceTest.java

            assertNotNull(service);
        }
    
        @Test
        public void test_setupStoreCondition_nullInput() {
            try {
                crawlingInfoService.setupStoreCondition(null);
                fail("Should throw FessSystemException for null input");
            } catch (final FessSystemException e) {
                assertEquals("Crawling Session is null.", e.getMessage());
            }
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 15 12:54:47 GMT 2026
    - 6.1K bytes
    - Click Count (0)
Back to Top