public class DefaultArtifactResolverTest extends Object
| Constructor and Description |
|---|
DefaultArtifactResolverTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
teardown() |
void |
testArtifactNotFoundCache() |
void |
testFindInLocalRepositoryWhenVersionRangeWasResolvedFromLocalRepository() |
void |
testFindInLocalRepositoryWhenVersionWasFoundInLocalRepository() |
void |
testLocalArtifactAvailable() |
void |
testRepositoryEventsOnVersionResolverFail() |
void |
testRepositoryEventsSuccessfulLocal() |
void |
testRepositoryEventsSuccessfulRemote() |
void |
testRepositoryEventsUnsuccessfulLocal() |
void |
testRepositoryEventsUnsuccessfulRemote() |
void |
testResolveFromWorkspace() |
void |
testResolveFromWorkspaceFallbackToRepository() |
void |
testResolveLocalArtifactSuccessful() |
void |
testResolveLocalArtifactUnsuccessful() |
void |
testResolveRemoteArtifact() |
void |
testResolveRemoteArtifactUnsuccessful() |
void |
testVersionResolverFails() |
public DefaultArtifactResolverTest()
public void setup()
public void testResolveLocalArtifactSuccessful() throws IOException, org.eclipse.aether.resolution.ArtifactResolutionException
IOExceptionorg.eclipse.aether.resolution.ArtifactResolutionExceptionpublic void testResolveLocalArtifactUnsuccessful() throws IOException
IOExceptionpublic void testResolveRemoteArtifact() throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionpublic void testResolveRemoteArtifactUnsuccessful()
public void testArtifactNotFoundCache() throws Exception
Exceptionpublic void testResolveFromWorkspace() throws IOException, org.eclipse.aether.resolution.ArtifactResolutionException
IOExceptionorg.eclipse.aether.resolution.ArtifactResolutionExceptionpublic void testResolveFromWorkspaceFallbackToRepository() throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionpublic void testRepositoryEventsSuccessfulLocal() throws org.eclipse.aether.resolution.ArtifactResolutionException, IOException
org.eclipse.aether.resolution.ArtifactResolutionExceptionIOExceptionpublic void testRepositoryEventsUnsuccessfulLocal()
public void testRepositoryEventsSuccessfulRemote() throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionpublic void testRepositoryEventsUnsuccessfulRemote()
public void testVersionResolverFails()
public void testRepositoryEventsOnVersionResolverFail()
public void testLocalArtifactAvailable() throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionpublic void testFindInLocalRepositoryWhenVersionWasFoundInLocalRepository() throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionpublic void testFindInLocalRepositoryWhenVersionRangeWasResolvedFromLocalRepository() throws org.eclipse.aether.resolution.ArtifactResolutionException
org.eclipse.aether.resolution.ArtifactResolutionExceptionCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.