super("with-mirror-proxy-repo1581");
}
@Test
public void testGetRemoteMirrorList() throws IOException {
MirrorMessageUtils mirrorUtils = new MirrorMessageUtils(this.getJsonXStream(), MediaType.APPLICATION_JSON);
MirrorResourceListResponse response = mirrorUtils.getPredefinedMirrors(this.getTestRepositoryId());
List<MirrorResource> mirrorResources = response.getData();
HashMap<String, String> mirrorIdMap = new HashMap<String, String>();