Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkArtifactsResolvedAndCached (3.58 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyModuleArtifactResolutionIntegrationTest.groovy

                   .expectResolvedComponentResult().expectMetadataFiles(module.ivy.file)
                   .createVerifyTaskModuleComponentIdentifier()
    
            module.ivy.expectGet()
    
            then:
            checkArtifactsResolvedAndCached()
        }
    
        @ToBeFixedForConfigurationCache
        def "invalid component type and artifact type (#reason)"() {
            given:
            IvyHttpModule module = publishModule()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenModuleArtifactResolutionIntegrationTest.groovy

                .expectResolvedComponentResult().expectMetadataFiles(module.pom.file)
                .createVerifyTaskModuleComponentIdentifier()
    
            module.pom.expectGet()
    
            then:
            checkArtifactsResolvedAndCached()
        }
    
        @ToBeFixedForConfigurationCache
        def "invalid component type and artifact type (#reason)"() {
            given:
            MavenHttpModule module = publishModule()
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top