- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDispose (1.48 sec)
-
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)