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