Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testJavaUtilPropertiesCompatibility (0.15 seconds)

  1. compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java

            props.put("key2", props.get("key2"));
            props.put("key3", "foo");
            props.save(System.err);
            System.err.println("=====");
        }
    
        @Test
        public void testJavaUtilPropertiesCompatibility() throws Exception {
            MavenProperties properties = new MavenProperties();
            properties.load(new StringReader(TEST_PROPERTIES));
    
            String test = properties.getProperty("test");
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Thu Oct 16 06:12:36 GMT 2025
    - 16.4K bytes
    - Click Count (0)
Back to Top