Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testValidateProxy (0.07 sec)

  1. compat/maven-settings-builder/src/test/java/org/apache/maven/settings/validation/DefaultSettingsValidatorTest.java

            assertContains(
                    problems.messages.get(0),
                    "'proxies.proxy.id' must be unique" + " but found duplicate proxy with id " + id);
        }
    
        @Test
        void testValidateProxy() throws Exception {
            Settings settings = new Settings();
            Proxy proxy1 = new Proxy();
            settings.addProxy(proxy1);
    
            SimpleProblemCollector problems = new SimpleProblemCollector();
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top