- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testConvertWithNullText (0.13 seconds)
-
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
assertNotNull(results); assertTrue(results.isEmpty() || (results.size() == 1 && results.get(0).isEmpty())); } @Test public void testConvertWithNullText() throws IOException { // Test convert with null text - this might throw exception String text = null; String field = "content"; try {Created: Fri Apr 17 09:08:13 GMT 2026 - 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
List<String> readings = converter.convert(text, field, "en"); assertNotNull(readings); assertTrue(readings.isEmpty()); } @Test public void testConvertWithNullText() throws IOException { // Test convert with null text converter.init(); String text = null; String field = "content";Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Sep 01 13:33:03 GMT 2025 - 13.5K bytes - Click Count (0)