Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testResolveRangeWithManagedVersion (0.12 seconds)

  1. compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java

            assertEquals("2.0", getArtifact("c", res.getArtifacts()).getVersion(), "Check version");
        }
    
        @Test
        @SuppressWarnings("checkstyle:UnusedLocalVariable")
        void testResolveRangeWithManagedVersion() throws ArtifactResolutionException, InvalidVersionSpecificationException {
            ArtifactSpec a = createArtifactSpec("a", "1.0");
            ArtifactSpec b = a.addDependency("b", "[1.0,3.0]");
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 43K bytes
    - Click Count (0)
Back to Top