- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for EMSG0001 (0.03 sec)
-
src/test/java/org/codelibs/core/message/MessageFormatterTest.java
} /** * @throws Exception */ @Test public void testGetMessageWithArgs() throws Exception { final String s = MessageFormatter.getMessage("EMSG0001", "hoge"); System.out.println(s); assertThat(s, is("[EMSG0001]hogeが見つかりません")); } /** * @throws Exception */ @Test public void testGetMessageIllegalSystemName() throws Exception {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 3.6K bytes - Viewed (0)