Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDispose (0.06 sec)

  1. src/test/java/org/codelibs/core/message/MessageFormatterTest.java

            assertThat(s, is(notNullValue()));
            assertThat(s, is(equalTo("[EMsgLongSystemName0001]Hoge Hoge")));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testDispose() throws Exception {
            DisposableUtil.dispose();
            assertThat(MessageFormatter.initialized, is(not(true)));
    
            MessageFormatter.getMessage("EMSG0000");
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat May 10 01:32:17 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top