Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_createSuccessResponse_withSources (0.18 seconds)

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

            assertEquals("Hello, world!", response.get("content"));
            assertFalse(response.containsKey("sources"));
        }
    
        @Test
        public void test_createSuccessResponse_withSources() {
            final List<ChatSource> sources = new ArrayList<>();
            final ChatSource source1 = new ChatSource();
            source1.setUrl("https://example.com/page1");
            source1.setTitle("Page 1");
    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