Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testHelpIncludesPluginsOption (0.15 seconds)

  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
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Aug 29 12:46:51 GMT 2025
    - 3.4K bytes
    - Click Count (0)
Back to Top