Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShouldNotMergeValuesAtTopLevelByDefault (0.24 sec)

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

            assertEquals("t1top", result.getInputLocation());
        }
    
        /**
         * <p>testShouldMergeValuesAtTopLevelByDefault.</p>
         */
        @Test
        void testShouldNotMergeValuesAtTopLevelByDefault() {
            // create the dominant DOM
            Xpp3Dom t1 = new Xpp3Dom("top");
            t1.setAttribute("attr", "value");
            t1.setInputLocation("t1top");
    
            // create the recessive DOM
    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