- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_emptyResponse (0.06 seconds)
-
src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponseTest.java
assertNotNull(response.getItems()); assertEquals(2, response.getItems().size()); } @Test public void test_emptyResponse() throws Exception { List<String> words = new ArrayList<>(); List<SuggestItem> items = 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
assertNotNull(response.getItems()); assertEquals(2, response.getItems().size()); } @Test public void test_emptyResponse() throws Exception { List<String> words = new ArrayList<>(); List<SuggestItem> items = new ArrayList<>(); SuggestResponse response = new SuggestResponse("test-index", 10, words, 0, items);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)