- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_ingest_withException (0.14 sec)
-
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
// Verify ingester was called assertEquals(1, ingester.processCalled); assertEquals("processed", result.get("status")); } public void test_ingest_withException() { // Setup ingester that throws exception TestIngester failingIngester = new TestIngester() { @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
// Result should be the same as input doc when ingester is null or doesn't modify assertSame(doc, result); } // Test ingest with exception in ingester public void test_ingest_withException() { final TestIngestFactory factory = (TestIngestFactory) ingestFactory; factory.setThrowException(true); final Map<String, Object> doc = new HashMap<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0)