Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for expectGetMetadataMissingThatIsFoundElsewhere (0.51 sec)

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

                        "org:$other:1.0" {
                            expectGetMetadataMissingThatIsFoundElsewhere()
                        }
                        "org:$other-api-dependency:1.0" {
                            expectGetMetadataMissingThatIsFoundElsewhere()
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/ModuleVersionSpec.groovy

            expectGetMetadata << InteractionExpectation.GET
        }
    
        void expectGetMetadataMissing() {
            expectGetMetadata << InteractionExpectation.GET_MISSING
        }
    
        void expectGetMetadataMissingThatIsFoundElsewhere() {
            expectGetMetadata << InteractionExpectation.GET_MISSING_FOUND_ELSEWHERE
        }
    
        void expectHeadMetadata() {
            expectGetMetadata << InteractionExpectation.HEAD
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.4K bytes
    - Viewed (0)
Back to top