Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testHelpIncludesPluginsOption (0.09 sec)

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

            // but we can verify that the method executes without errors
            Mockito.verify(context.logger, Mockito.atLeastOnce()).info(Mockito.anyString());
        }
    
        @Test
        void testHelpIncludesPluginsOption() throws Exception {
            UpgradeContext context = createMockContext();
    
            help.execute(context);
    
            // Verify that the plugins option is mentioned in the help output
    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