public class EnhancedLocalRepositoryManagerTest extends Object
Modifier and Type | Field and Description |
---|---|
protected File |
basedir |
protected org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager |
manager |
protected org.eclipse.aether.DefaultRepositorySystemSession |
session |
protected TrackingFileManager |
trackingFileManager |
Constructor and Description |
---|
EnhancedLocalRepositoryManagerTest() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager |
getManager() |
void |
setup() |
void |
tearDown() |
void |
testDoNotFindDeletedFile() |
void |
testDoNotFindDifferentContext() |
void |
testDoNotFindNullFile() |
void |
testDoNotFindRemoteMetadataDifferentContext() |
void |
testFindArtifactUsesTimestampedVersion() |
void |
testFindLocalArtifact() |
void |
testFindLocalMetadata() |
void |
testFindLocalMetadataNoVersion() |
void |
testFindRemoteArtifact() |
void |
testFindUntrackedFile() |
void |
testGetPathForLocalArtifact() |
void |
testGetPathForRemoteArtifact() |
protected org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager manager
protected TrackingFileManager trackingFileManager
protected org.eclipse.aether.DefaultRepositorySystemSession session
public EnhancedLocalRepositoryManagerTest()
protected org.eclipse.aether.internal.impl.EnhancedLocalRepositoryManager getManager()
public void testGetPathForLocalArtifact()
public void testGetPathForRemoteArtifact()
public void testFindLocalArtifact() throws Exception
Exception
public void testFindRemoteArtifact() throws Exception
Exception
public void testDoNotFindDifferentContext() throws Exception
Exception
public void testDoNotFindNullFile() throws Exception
Exception
public void testDoNotFindDeletedFile() throws Exception
Exception
public void testFindUntrackedFile() throws Exception
Exception
public void testFindLocalMetadata() throws Exception
Exception
public void testFindLocalMetadataNoVersion() throws Exception
Exception
public void testDoNotFindRemoteMetadataDifferentContext() throws Exception
Exception
public void testFindArtifactUsesTimestampedVersion() throws Exception
Exception
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.