Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

                assertEquals("No crawling session.", e.getMessage());
                assertTrue(e.getCause() instanceof RuntimeException);
            }
        }
    
        @Test
        public void test_updateParams() {
            final String sessionId = "update-session";
            final CrawlingInfo existingInfo = new CrawlingInfo();
            existingInfo.setId("info-456");
            existingInfo.setSessionId(sessionId);
    
    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