public class DefaultArtifactCollectorTest extends Object
Constructor and Description |
---|
DefaultArtifactCollectorTest() |
@Test @Disabled(value="works, but we don\'t fail on cycles presently") public void testCircularDependencyNotIncludingCurrentProject() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test @Disabled(value="works, but we don\'t fail on cycles presently") public void testCircularDependencyIncludingCurrentProject() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveWithFilter() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveCorrectDependenciesWhenDifferentDependenciesOnNearest() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test @Disabled public void testResolveCorrectDependenciesWhenDifferentDependenciesOnNewest() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test @Disabled public void testResolveCorrectDependenciesWhenDifferentDependenciesOnNewestVersionReplaced() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveNearestNewestIsNearest() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveNearestOldestIsNearest() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveLocalNewestIsLocal() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveLocalOldestIsLocal() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveLocalWithNewerVersionButLesserScope() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveLocalWithNewerVersionButLesserScopeResolvedFirst() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveNearestWithRanges() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveRangeWithManagedVersion() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testCompatibleRanges() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testIncompatibleRanges() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testUnboundedRangeWhenVersionUnavailable() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testUnboundedRangeBelowLastRelease() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testUnboundedRangeAboveLastRelease() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveManagedVersion() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testCollectChangesVersionOfOriginatingArtifactIfInDependencyManagementHasDifferentVersion() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveCompileScopeOverTestScope() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveRuntimeScopeOverTestScope() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveCompileScopeOverRuntimeScope() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveCompileScopeOverProvidedScope() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testResolveRuntimeScopeOverProvidedScope() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testProvidedScopeNotTransitive() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testOptionalNotTransitive() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testOptionalIncludedAtRoot() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testScopeUpdate() throws InvalidVersionSpecificationException, ArtifactResolutionException
@Test @Disabled public void testOptionalNotTransitiveButVersionIsInfluential() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testTestScopeNotTransitive() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test public void testSnapshotNotIncluded() throws ArtifactResolutionException, InvalidVersionSpecificationException
@Test @Disabled(value="that one does not work") public void testOverConstrainedVersionException() throws ArtifactResolutionException, InvalidVersionSpecificationException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.