Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_setupStoreCondition_nullInput (0.21 seconds)

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

        }
    
        @Test
        public void test_defaultConstructor() {
            final CrawlingInfoService service = new CrawlingInfoService();
            assertNotNull(service);
        }
    
        @Test
        public void test_setupStoreCondition_nullInput() {
            try {
                crawlingInfoService.setupStoreCondition(null);
                fail("Should throw FessSystemException for null input");
            } catch (final FessSystemException e) {
    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