- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_emptyResponse (1.54 sec)
-
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<>();Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Nov 13 00:40:54 UTC 2025 - 5.6K bytes - Viewed (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);Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 6.4K bytes - Viewed (0)