Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_searchWithQuery_emptyResults (0.12 seconds)

  1. src/test/java/org/codelibs/fess/chat/ChatClientTest.java

            assertEquals(1, result.size());
            assertEquals("Test Doc", result.get(0).get("title"));
        }
    
        @Test
        public void test_searchWithQuery_emptyResults() {
            chatClient.setSearchResults(Collections.emptyList());
            chatClient.resetSearchDocumentsCalled();
    
            final List<Map<String, Object>> result = chatClient.testSearchWithQuery("nonexistent");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 40.6K bytes
    - Click Count (0)
Back to Top