Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testVerboseOptionSetsSystemProperty (0.1 sec)

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

            // Verify that system property was not set
            assertNull(System.getProperty(Constants.MAVEN_LOGGER_DEFAULT_LOG_LEVEL));
        }
    
        @Test
        void testVerboseOptionSetsSystemProperty() {
            MockInvokerRequest invokerRequest = new MockInvokerRequest(true); // verbose
            MockOptions options = new MockOptions(false); // not quiet
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Oct 08 21:10:33 UTC 2025
    - 6.4K bytes
    - Viewed (0)
Back to top