Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testConvertWithMaxReadingLimit (0.42 sec)

  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();
    
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 13.5K bytes
    - Viewed (0)
Back to top