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