- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testJavaUtilPropertiesCompatibility (0.14 sec)
-
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");
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.4K bytes - Viewed (0)