Class DefaultDependencyCollectorTest
- java.lang.Object
-
- org.eclipse.aether.internal.impl.collect.DefaultDependencyCollectorTest
-
public class DefaultDependencyCollectorTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDependencyCollectorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testArtifactDescriptorResolutionNotRestrictedToRepoHostingSelectedVersion()
void
testCollectMultipleDependencies()
void
testCyclicDependencies()
void
testCyclicDependenciesBig()
void
testCyclicProjects()
void
testCyclicProjects_ConsiderLabelOfRootlessGraph()
void
testDependencyManagement()
void
testDependencyManagement_VerboseMode()
void
testDuplicates()
void
testEqualSubtree()
void
testManagedVersionScope()
void
testMissingDependencyDescription()
void
testPartialResultOnError()
void
testSimpleCollection()
void
testVersionFilter()
-
-
-
Constructor Detail
-
DefaultDependencyCollectorTest
public DefaultDependencyCollectorTest()
-
-
Method Detail
-
setup
public void setup() throws IOException
- Throws:
IOException
-
testSimpleCollection
public void testSimpleCollection() throws IOException, DependencyCollectionException
-
testMissingDependencyDescription
public void testMissingDependencyDescription() throws IOException
- Throws:
IOException
-
testDuplicates
public void testDuplicates() throws IOException, DependencyCollectionException
-
testEqualSubtree
public void testEqualSubtree() throws IOException, DependencyCollectionException
-
testCyclicDependencies
public void testCyclicDependencies() throws Exception
- Throws:
Exception
-
testCyclicDependenciesBig
public void testCyclicDependenciesBig() throws Exception
- Throws:
Exception
-
testCyclicProjects
public void testCyclicProjects() throws Exception
- Throws:
Exception
-
testCyclicProjects_ConsiderLabelOfRootlessGraph
public void testCyclicProjects_ConsiderLabelOfRootlessGraph() throws Exception
- Throws:
Exception
-
testPartialResultOnError
public void testPartialResultOnError() throws IOException
- Throws:
IOException
-
testCollectMultipleDependencies
public void testCollectMultipleDependencies() throws IOException, DependencyCollectionException
-
testArtifactDescriptorResolutionNotRestrictedToRepoHostingSelectedVersion
public void testArtifactDescriptorResolutionNotRestrictedToRepoHostingSelectedVersion() throws Exception
- Throws:
Exception
-
testManagedVersionScope
public void testManagedVersionScope() throws IOException, DependencyCollectionException
-
testDependencyManagement
public void testDependencyManagement() throws IOException, DependencyCollectionException
-
testDependencyManagement_VerboseMode
public void testDependencyManagement_VerboseMode() throws Exception
- Throws:
Exception
-
testVersionFilter
public void testVersionFilter() throws Exception
- Throws:
Exception
-
-