- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for EMSG0000 (0.04 sec)
-
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 {
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 3.6K bytes - Viewed (0) -
src/test/resources/MSGMessages.properties
EMSG0000=test
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Sun Dec 28 09:01:06 UTC 2014 - 37 bytes - Viewed (0)