Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShouldRemoveEntireElementWithAttributesAndChildren (5.29 sec)

  1. maven-xml-impl/src/test/java/org/apache/maven/internal/xml/XmlNodeImplTest.java

            assertNotNull(dom);
            assertEquals("y", dom.getChild("foo").getValue());
        }
    
        /**
         * <p>testShouldRemoveEntireElementWithAttributesAndChildren.</p>
         *
         * @throws java.lang.Exception if any.
         */
        @Test
        void testShouldRemoveEntireElementWithAttributesAndChildren() throws Exception {
            String dominantStr = "<config><service combine.self=\"remove\"/></config>";
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 28.1K bytes
    - Viewed (0)
Back to top