- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_getXContentBuilderOutputStream_ioException (0.16 sec)
-
src/test/java/org/codelibs/fess/util/SearchEngineUtilTest.java
assertNotNull(outputStream); assertTrue(outputStream instanceof ByteArrayOutputStream); } public void test_getXContentBuilderOutputStream_ioException() { XContentBuilderCallback callback = (builder, params) -> { // Simulate IOException by creating invalid state throw new IOException("Test exception"); };
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 13.6K bytes - Viewed (0)