Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testWithEmptyUrl (0.06 sec)

  1. compat/maven-model-builder/src/test/java/org/apache/maven/model/inheritance/DefaultInheritanceAssemblerTest.java

                                            + "'http://www.apache.org/path/to/parent/child-artifact-id/'"),
                    afe.getMessage());
        }
    
        @Test
        void testWithEmptyUrl() throws IOException {
            testInheritance("empty-urls", false);
        }
    
        public void testInheritance(String baseName) throws IOException {
            testInheritance(baseName, false);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top