Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for expectGetMetadata (0.28 sec)

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

            when:
            resetExpectations()
            repositoryInteractions {
                'org.utils:api:2.1' {
                    expectGetMetadata()
                    withModule {
                        artifact.expectGetBroken()
                    }
                }
            }
    
            then:
            fails ":checkDeps"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

            when:
            repositoryInteractions {
                'org:core:1.0' {
                    expectGetMetadata()
                }
                'org:xml:1.0' {
                    expectResolve()
                }
                'org:xml:1.1' {
                    expectGetMetadata()
                }
                'org:core:1.1' {
                    expectResolve()
                }
                'org:json:1.1' {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
Back to top