Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testHelpIncludesAllOption (0.07 sec)

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

            // Verify that the plugins option is mentioned in the help output
            Mockito.verify(context.logger).info("      --plugins         Upgrade plugins known to fail with Maven 4");
        }
    
        @Test
        void testHelpIncludesAllOption() throws Exception {
            UpgradeContext context = createMockContext();
    
            help.execute(context);
    
            // Verify that the --all option is mentioned with correct description
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Aug 29 12:46:51 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top