- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for customElement (0.23 seconds)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/DomUtilsTest.java
DomUtils.insertContentElement(root, "customElement", "custom value"); String xmlOutput = DomUtils.toXml(doc); int versionIndex = xmlOutput.indexOf("<version>"); int customElementIndex = xmlOutput.indexOf("<customElement>"); // Custom element should be appended at the end assertTrue(customElementIndex > versionIndex, "customElement should come after version"); assertTrue(
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 31.3K bytes - Click Count (0)