Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectGetMetadata (0.39 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentAttributesRulesIntegrationTest.groovy

                    }
                    conf 'org.test:module:1.0'
                }
            """
    
            when:
            repositoryInteractions {
                'org.test:module:1.0' {
                    expectGetMetadata()
                    if (fixApplied) {
                        expectGetArtifact()
                    }
                }
            }
    
            then:
            if (fixApplied) {
                run ':checkDeps'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 16.7K bytes
    - Viewed (0)
Back to top