Searched refs:getMavenRepositoryId (Results 1 – 3 of 3) sorted by relevance
24 originalMavenRepositoryId = RoboSettings.getMavenRepositoryId(); in setUp()42 assertEquals("sonatype", RoboSettings.getMavenRepositoryId()); in getMavenRepositoryId_defaultSonatype()48 assertEquals("testRepo", RoboSettings.getMavenRepositoryId()); in setMavenRepositoryId()
22 public static String getMavenRepositoryId() { in getMavenRepositoryId() method in RoboSettings
27 …this(RoboSettings.getMavenRepositoryUrl(), RoboSettings.getMavenRepositoryId(), RoboSettings.getMa… in MavenDependencyResolver()