Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for shouldInheritBehaviorFromAbstractUpgradeGoal (0.14 sec)

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

        @DisplayName("Integration with AbstractUpgradeGoal")
        class IntegrationTests {
    
            @Test
            @DisplayName("should inherit behavior from AbstractUpgradeGoal")
            void shouldInheritBehaviorFromAbstractUpgradeGoal() {
                // This test verifies that Check inherits the model version logic from AbstractUpgradeGoal
                // The actual logic is tested in AbstractUpgradeGoalTest
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sat Jun 07 06:22:47 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  2. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ApplyTest.java

        @DisplayName("Integration with AbstractUpgradeGoal")
        class IntegrationTests {
    
            @Test
            @DisplayName("should inherit behavior from AbstractUpgradeGoal")
            void shouldInheritBehaviorFromAbstractUpgradeGoal() {
                // This test verifies that Apply inherits the model version logic from AbstractUpgradeGoal
                // The actual logic is tested in AbstractUpgradeGoalTest
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Tue Nov 18 10:39:17 UTC 2025
    - 4.9K bytes
    - Viewed (0)
Back to top