- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testConvertWithEmptyLanguageArray (0.11 sec)
-
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
List<String> results = converter.convert(text, field, langs); assertNotNull(results); // Results may vary based on analyzer configuration } @Test public void testConvertWithEmptyLanguageArray() throws IOException { // Test convert with empty language array String text = "test text"; String field = "content"; String[] langs = new String[0];
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 12.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/converter/ReadingConverterTest.java
assertNotNull(readings1); assertNotNull(readings2); assertEquals("TEST", readings1.get(0)); assertEquals("TEST", readings2.get(0)); } @Test public void testConvertWithEmptyLanguageArray() throws IOException { // Test convert with empty language array converter.init(); String text = "test"; String field = "content"; String[] langs = new String[0];
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 13.5K bytes - Viewed (0)