- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testSetLocalRepository (0.16 seconds)
-
api/maven-api-settings/src/test/java/org/apache/maven/api/settings/SettingsTest.java
import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNull; class SettingsTest { @Test void testSetLocalRepository() { Settings s = Settings.newInstance(); s = s.withLocalRepository("xxx"); assertEquals("xxx", s.getLocalRepository()); s = s.withLocalRepository("yyy");Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Apr 15 17:24:20 GMT 2023 - 1.4K bytes - Click Count (0)