Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testConvertWithMaxReadingLimit (0.17 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java

                fail("Should throw IOException");
            } catch (IOException e) {
                assertEquals("Convert failed", e.getMessage());
            }
        }
    
        @Test
        public void testConvertWithMaxReadingLimit() throws IOException {
            // Test that readings respect max reading limit
            TestReadingConverterWithLimit limitConverter = new TestReadingConverterWithLimit();
            limitConverter.init();
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 13.5K bytes
    - Click Count (0)
Back to Top