Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEqualsIsNullSafe (0.25 sec)

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

            assertEquals(dom, dom);
            assertNotEquals(dom, null);
            assertNotEquals(dom, new XmlNodeImpl(""));
        }
    
        /**
         * <p>testEqualsIsNullSafe.</p>
         */
        @Test
        void testEqualsIsNullSafe() throws XMLStreamException, IOException {
            String testDom = "<configuration><items thing='blah'><item>one</item><item>two</item></items></configuration>";
    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