Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_createSuccessResponse_basic (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

            request.setServletPath("/api/v1/search");
    
            assertFalse(chatApiManager.matches(request));
        }
    
        @Test
        public void test_createSuccessResponse_basic() {
            final Map<String, Object> response = chatApiManager.createSuccessResponse("session-123", "Hello, world!", null);
    
            assertEquals("ok", response.get("status"));
    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