- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testConvertWithEmptyLanguageArray (0.13 seconds)
-
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];
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Sep 01 13:33:03 GMT 2025 - 12.5K bytes - Click Count (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];
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Sep 01 13:33:03 GMT 2025 - 13.5K bytes - Click Count (0)