- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testConvertWithNoLanguages (0.52 sec)
-
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
public void testInit() throws IOException { // Test init method (should do nothing) converter.init(); // No exception should be thrown } @Test public void testConvertWithNoLanguages() throws IOException { // Test convert with no languages specified String text = "test text"; String field = "content"; List<String> results = converter.convert(text, field);
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
assertEquals("TEST_en", readings.get(0)); assertEquals("TEST_ja", readings.get(1)); assertEquals("TEST_fr", readings.get(2)); } @Test public void testConvertWithNoLanguages() throws IOException { // Test convert with no languages specified converter.init(); String text = "test"; String field = "content";
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 13.5K bytes - Viewed (0)