Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_mixedReadingsLengths (0.09 seconds)

  1. src/test/java/org/codelibs/fess/suggest/entity/SuggestItemBoundaryTest.java

            assertEquals(0, item.getReadings()[0].length);
        }
    
        @Test
        public void test_mixedReadingsLengths() {
            String[] text = { "word1", "word2", "word3" };
            String[][] readings = { { "r1", "r2", "r3" }, // 3 readings
                    { "r4" }, // 1 reading
                    { "r5", "r6" } // 2 readings
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Jan 17 05:10:37 GMT 2026
    - 22.2K bytes
    - Click Count (0)
Back to Top