Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for EMSG0001 (0.03 sec)

  1. 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)
  2. src/test/resources/MSGMessages.properties

    EMSG0000=test
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Dec 28 09:01:06 UTC 2014
    - 37 bytes
    - Viewed (0)
  3. src/test/resources/MSGMessages_ja.properties

    EMSG0001={0}\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093...
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sun Dec 28 09:01:06 UTC 2014
    - 61 bytes
    - Viewed (0)
Back to top