- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for EMSG0000 (0.1 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/core/message/MessageFormatterTest.java
} /** * @throws Exception */ @Test public void testGetMessage() throws Exception { final String s = MessageFormatter.getMessage("EMSG0000"); System.out.println(s); assertThat(s, is("[EMSG0000]test")); } /** * @throws Exception */ @Test public void testGetMessageWithArgs() throws Exception {Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 3.6K bytes - Click Count (0) -
src/test/resources/MSGMessages.properties
EMSG0000=test
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sun Dec 28 09:01:06 GMT 2014 - 37 bytes - Click Count (0)