Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 4,605 for expectGet (0.14 sec)

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

            failureHasCause('Read timed out')
    
            when:
            server.resetExpectations()
            module1.ivy.expectGetMissing()
            module2.ivy.expectGet()
            module2.jar.expectDownload()
    
            then:
            succeeds('checkDeps')
            resolve.expectGraph {
                root(":", ":test:") {
                    module("group:projectA:1.0")
    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/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            statusFile << '''group:projectA:1.1;release
    group:projectA:1.2;release
    group:projectB:1.1;release
    group:projectB:2.2;integration
    '''
            server.expectGet("/repo/status.txt", statusFile)
            repositoryInteractions {
                'group:projectA' {
                    expectVersionListing()
                    '1.2' {
                        expectResolve()
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

                }
            """
    
            when:
            module.pom.expectGet()
            module.getArtifact(type: 'pom.asc').expectGet()
            module.getArtifact(classifier: 'sources').expectHead()
            module.getArtifact(classifier: 'sources').expectGet()
            module.getArtifact(classifier: 'sources', type: 'jar.asc').expectGet()
            module.getArtifact(classifier: 'javadoc').expectHead()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/HttpServer.groovy

                            return
                        }
                    }
                    if (expectedContentLength > -1) {
                        if (request.contentLength != expectedContentLength) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/GradleKotlinDslIntegrationTest.kt

                    """
                    apply {
                        from("${server.uri}/script.gradle")
                    }
                    """
                )
    
                server.expectGet("/script.gradle", scriptFile)
    
                assertThat(
                    build("-q", "hello").output,
                    containsString("Hello!")
                )
    
                server.stop()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 18:26:28 UTC 2024
    - 37.5K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/MavenConversionIntegrationTest.groovy

        }
    
        static PomHttpArtifact expectParentPomRequest(MavenHttpRepository repo) {
            MavenHttpModule module = repo.module('util.util.parent', 'util-parent', '3')
            module.pom.expectGet()
            module.pom.sha1.expectGet()
            module.pom
        }
    
        MavenHttpRepository mavenHttpServer() {
            server.start()
            new MavenHttpRepository(server, '/maven', maven(file("maven_repo")))
        }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 15:23:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  7. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishHttpIntegTest.groovy

            module.rootMetaData.sha512.expectPut(credentials)
            module.rootMetaData.md5.expectPut(credentials)
            module.pom.expectPut(credentials)
            module.pom.sha1.expectPut(credentials)
            module.pom.sha256.expectPut(credentials)
            module.pom.sha512.expectPut(credentials)
            module.pom.md5.expectPut(credentials)
            module.moduleMetadata.expectPut(credentials)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. fuzzing/fuzzingserver-update-expected.sh

    cd "$SCRIPT_DIR"
    
    if [ ! -f target/fuzzingserver-actual.txt ]; then
      echo "File not found. Did you run the Autobahn test script?"
      exit 1
    fi
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 275 bytes
    - Viewed (0)
  9. fuzzing/fuzzingserver-expected.txt

    Jesse Wilson <******@****.***> 1553565692 -0500
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (0)
  10. cni/test/testdata/expected/minikube_cni.conflist.expected

    Ben Leggett <******@****.***> 1716316321 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 875 bytes
    - Viewed (0)
Back to top