Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldCreateSuccessResult (0.27 sec)

  1. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/UpgradeResultTest.java

                assertEquals(0, result.errorCount(), "Empty result should have no errors");
            }
    
            @Test
            @DisplayName("should create success result")
            void shouldCreateSuccessResult() {
                Path pom1 = Paths.get("pom.xml");
                Path pom2 = Paths.get("module/pom.xml");
    
                UpgradeResult result = new UpgradeResult(
                        Set.of(pom1, pom2), // processed
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Jun 07 06:22:47 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top