Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFatals (0.28 sec)

  1. maven-model-builder/src/test/java/org/apache/maven/model/validation/DefaultModelValidatorTest.java

            SimpleProblemCollector result = validateRaw("incomplete-parent.xml");
    
            assertViolations(result, 3, 0, 0);
            assertTrue(result.getFatals().get(0).contains("parent.groupId"));
            assertTrue(result.getFatals().get(1).contains("parent.artifactId"));
            assertTrue(result.getFatals().get(2).contains("parent.version"));
        }
    
        @Test
        void testHardCodedSystemPath() throws Exception {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 13:13:07 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top