- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSubstitution (0.12 seconds)
-
compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java
assertEquals(List.of("#", "# List of good fruits", "#"), o21); Object o2 = p1.getProperty("fruits"); assertEquals("apple, banana, pear", o2); } @Test public void testSubstitution() throws IOException { String str = "port = 4141" + LINE_SEPARATOR + "host = localhost" + LINE_SEPARATOR + "url = https://${host}:${port}/service" + LINE_SEPARATOR;
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)