- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testValidateProxy (0.24 seconds)
-
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();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.5K bytes - Click Count (0)