- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TestError (0.03 seconds)
-
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
@Test public void test_addUpdateConfigListener_withException() { systemHelper.addUpdateConfigListener("TestError", () -> { throw new RuntimeException("Test error"); }); final String result = systemHelper.updateConfiguration(); assertTrue(result.contains("TestError:")); assertTrue(result.contains("Test error")); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java
failureUrl.setId("E" + i); failureUrl.setUrl("http://test.com/" + i + ".html"); failureUrl.setErrorCount(i); failureUrl.setErrorName("TestError" + i); list.add(failureUrl); } return list; } }, FailureUrlBhv.class.getCanonicalName());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 35.3K bytes - Click Count (0)