Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_createSuccessResponse_emptySources (0.27 seconds)

  1. src/test/java/org/codelibs/fess/api/chat/ChatApiManagerTest.java

            assertEquals("Example Page", source.getTitle());
            assertEquals("This is a snippet...", source.getSnippet());
        }
    
        @Test
        public void test_createSuccessResponse_emptySources() {
            final List<ChatSource> sources = new ArrayList<>();
            final Map<String, Object> response = chatApiManager.createSuccessResponse("session-123", "Content", sources);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 14 01:39:16 GMT 2026
    - 35K bytes
    - Click Count (0)
Back to Top