- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testLoadPropertiesUrlThrowIOException (0.19 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: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 9.6K bytes - Click Count (0)