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
Exceptionpublic void testFindRemoteArtifact() throws Exception
Exceptionpublic void testDoNotFindDifferentContext() throws Exception
Exceptionpublic void testDoNotFindNullFile() throws Exception
Exceptionpublic void testDoNotFindDeletedFile() throws Exception
Exceptionpublic void testFindUntrackedFile() throws Exception
Exceptionpublic void testFindLocalMetadata() throws Exception
Exceptionpublic void testFindLocalMetadataNoVersion() throws Exception
Exceptionpublic void testDoNotFindRemoteMetadataDifferentContext() throws Exception
Exceptionpublic void testFindArtifactUsesTimestampedVersion() throws Exception
ExceptionCopyright © 2010–2022 The Apache Software Foundation. All rights reserved.