- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_getTookMs (1.39 sec)
-
src/test/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsResponseTest.java
PopularWordsResponse response = new PopularWordsResponse("my-index", 50, words, 5, new ArrayList<>()); assertEquals("my-index", response.getIndex()); } @Test public void test_getTookMs() throws Exception { List<String> words = new ArrayList<>(); PopularWordsResponse response = new PopularWordsResponse("test-index", 123, words, 5, 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
SuggestResponse response = new SuggestResponse("my-index", 50, words, 5, new ArrayList<>()); assertEquals("my-index", response.getIndex()); } @Test public void test_getTookMs() throws Exception { List<String> words = new ArrayList<>(); SuggestResponse response = new SuggestResponse("test-index", 250, words, 5, new ArrayList<>()); assertEquals(250, response.getTookMs());
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Nov 24 03:40:05 UTC 2025 - 6.4K bytes - Viewed (0)