Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testHelpLogsMessages (0.35 sec)

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

            UpgradeContext context = createMockContext();
    
            // Should not throw any exceptions
            assertDoesNotThrow(() -> help.execute(context));
        }
    
        @Test
        void testHelpLogsMessages() throws Exception {
            UpgradeContext context = createMockContext();
    
            help.execute(context);
    
            // Verify that logger.info was called multiple times
    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