- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getTotal (0.14 seconds)
-
src/test/java/org/codelibs/fess/suggest/request/suggest/SuggestResponseTest.java
SuggestResponse response = new SuggestResponse("test-index", 100, words, 20, new ArrayList<>()); assertEquals(3, response.getNum()); } @Test public void test_getTotal() throws Exception { List<String> words = new ArrayList<>(); words.add("word1"); SuggestResponse response = new SuggestResponse("test-index", 100, words, 100, new ArrayList<>());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)