Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_getNum (0.38 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestResponseTest.java

            assertTrue(response.getWords().contains("apple"));
            assertTrue(response.getWords().contains("application"));
            assertTrue(response.getWords().contains("apply"));
        }
    
        @Test
        public void test_getNum() throws Exception {
            List<String> words = new ArrayList<>();
            words.add("word1");
            words.add("word2");
            words.add("word3");
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Nov 24 03:40:05 GMT 2025
    - 6.4K bytes
    - Click Count (0)
Back to Top