- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testUpdate (0.07 sec)
-
compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java
assertNotNull(raw); assertEquals(3, (Object) raw.size()); assertEquals("fruits = apple, banana, pear, ", raw.get(0)); } @Test public void testUpdate() throws Exception { MavenProperties p1 = new MavenProperties(); p1.put( "fruits", List.of("#", "# List of fruits", "#"), List.of(
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.4K bytes - Viewed (0)