Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_toGoogleChatMessage_withUnicodeContent (0.49 sec)

  1. src/test/java/org/codelibs/fess/helper/NotificationHelperTest.java

            assertNotNull(result);
            // Unicode characters may be escaped in JSON
            assertTrue(result.contains("テスト") || result.contains("\\u"));
        }
    
        public void test_toGoogleChatMessage_withUnicodeContent() {
            MockSMailPostingDiscloser discloser = new MockSMailPostingDiscloser();
            discloser.setSubject("テスト件名 🚀");
            discloser.setPlainText("テスト内容です。\n改行もあります。");
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 19.6K bytes
    - Viewed (0)
Back to top