- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_withUnicodeInMessage (0.43 sec)
-
src/test/java/org/codelibs/fess/exception/ScriptEngineExceptionTest.java
ScriptEngineException exception = new ScriptEngineException(message); assertEquals(message, exception.getMessage()); assertNull(exception.getCause()); } public void test_withUnicodeInMessage() { // Test with Unicode characters in message String message = "エラー発生: スクリプトエンジン例外 😱"; ScriptEngineException exception = new ScriptEngineException(message);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.5K bytes - Viewed (0)