- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testLoadPropertiesUrlThrowIOException (0.3 seconds)
-
src/test/java/org/codelibs/core/io/PropertiesUtilTest.java
assertThat(properties.getProperty("a"), is("A")); } /** * {@link org.codelibs.core.io.PropertiesUtil#load(Properties, URL)} */ @Test public void testLoadPropertiesUrlThrowIOException() { exception.expect(IORuntimeException.class); exception.expectMessage(is("[ECL0040]IOException occurred, because java.io.IOException: load"));
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 9.6K bytes - Click Count (0)