- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_trimHistoryWithNullMessages (0.24 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/entity/ChatSessionTest.java
session.addUserMessage("Message 2"); session.trimHistory(10); assertEquals(2, session.getMessageCount()); } @Test public void test_trimHistoryWithNullMessages() { final ChatSession session = new ChatSession(); session.setMessages(null); session.trimHistory(5); // Should not throw exception assertTrue(true); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 01:53:06 GMT 2026 - 12.6K bytes - Click Count (0)