Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testQuietOptionSetsSystemProperty (0.08 sec)

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

            assertEquals(1, slf4jConfiguration.setRootLoggerLevelCallCount);
            assertEquals(Slf4jConfiguration.Level.DEBUG, slf4jConfiguration.lastSetLevel);
        }
    
        @Test
        void testQuietOptionSetsSystemProperty() {
            MockInvokerRequest invokerRequest = new MockInvokerRequest(false); // not verbose
            MockOptions options = new MockOptions(true); // 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