- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_getItems (0.06 seconds)
-
src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponseTest.java
PopularWordsResponse response = new PopularWordsResponse("test-index", 100, words, 100, new ArrayList<>()); assertEquals(100, response.getTotal()); } @Test public void test_getItems() throws Exception { List<String> words = new ArrayList<>(); words.add("word1"); List<SuggestItem> items = new ArrayList<>(); String[][] readings = new String[1][];Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Nov 13 00:40:54 GMT 2025 - 5.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestResponseTest.java
SuggestResponse response = new SuggestResponse("test-index", 100, words, 100, new ArrayList<>()); assertEquals(100, response.getTotal()); } @Test public void test_getItems() throws Exception { List<String> words = new ArrayList<>(); words.add("test"); List<SuggestItem> items = new ArrayList<>(); String[][] readings = new String[1][];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)