Package org.eclipse.aether.internal.impl
Class DefaultMetadataResolverTest
- java.lang.Object
-
- org.eclipse.aether.internal.impl.DefaultMetadataResolverTest
-
public class DefaultMetadataResolverTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultMetadataResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
teardown()
void
testFavorLocal()
void
testNoRepositoryFailing()
void
testOfflineSessionResolveMetadata()
void
testOfflineSessionResolveMetadataMissing()
void
testRemoveMetadataIfMissing()
void
testResolve()
-
-
-
Constructor Detail
-
DefaultMetadataResolverTest
public DefaultMetadataResolverTest()
-
-
Method Detail
-
testNoRepositoryFailing
public void testNoRepositoryFailing()
-
testResolve
public void testResolve() throws IOException
- Throws:
IOException
-
testRemoveMetadataIfMissing
public void testRemoveMetadataIfMissing() throws IOException
- Throws:
IOException
-
testOfflineSessionResolveMetadataMissing
public void testOfflineSessionResolveMetadataMissing()
-
testOfflineSessionResolveMetadata
public void testOfflineSessionResolveMetadata() throws IOException
- Throws:
IOException
-
testFavorLocal
public void testFavorLocal() throws IOException
- Throws:
IOException
-
-