@Test(expected = IllegalArgumentException.class) public void testMavenGavBadVersionRange() throws Exception { Assert.assertNotNull( ChildFirstClassLoader.createMavenGavURL("org.sonatype.aether:aether-api:[0,)")); }
@Test public void testMavenGav() throws Exception { Assert.assertNotNull( ChildFirstClassLoader.createMavenGavURL("org.sonatype.aether:aether-api:1.13.1")); }