Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            assertTrue(pluginsOptions.plugins().isPresent(), "Plugins option should be properly configured");
        }
    
        @Test
        void testEmptyArgsDefaultBehavior() throws ParseException {
            // Test that empty args (except for goal) work correctly
            String[] args = {"apply"};
            CommonsCliUpgradeOptions options = CommonsCliUpgradeOptions.parse(args);
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Sep 29 14:48:39 UTC 2025
    - 9.9K bytes
    - Viewed (0)
Back to top