Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 39 for testRepo (0.23 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/resolver/MavenVersionListerTest.groovy

        def resourceAccessor = Mock(CacheAwareExternalResourceAccessor)
        def fileStore = Mock(FileStore)
        def pattern = pattern("testRepo/" + MavenPattern.M2_PATTERN)
        def metaDataResource = new ExternalResourceName('testRepo/org/acme/testproject/maven-metadata.xml')
    
        final MavenVersionLister lister = new MavenVersionLister(new MavenMetadataLoader(resourceAccessor, fileStore))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/samples/incubating/build-organization/publishing-convention-plugins/groovy/convention-plugins/src/test/groovy/com/myorg/LibraryPluginTest.groovy

            buildFile << """
                version = '0.1.0'
    
                publishing {
                    repositories {
                        maven {
                            name 'testRepo'
                            url 'build/test-repo'
                        }
                    }
                }
            """
    
            new File(testProjectDir, 'src/main/java/com/myorg').mkdirs()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  3. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishChangingUrlIntegTest.groovy

                        ivy(IvyPublication) {
                            from components.java
                        }
                    }
                    repositories {
                        ivy {
                            name "testRepo"
                            url = registry.map { it.url }
                        }
                    }
                }
    
                abstract class InitializeRepository extends DefaultTask {
                    @Internal
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheMavenPublishIntegrationTest.groovy

                useHostname()
                start()
            }
            def remoteRepo = new MavenHttpRepository(server, mavenRepo)
    
            def repositoryName = "testrepo"
            settingsFile "rootProject.name = 'root'"
            buildFile buildFileConfiguration("""
                repositories {
                    maven {
                        name "${repositoryName}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/build_pgo_auto_multi.txt

    func TestNopgo(*testing.T) {}
    -- dep/dep.go --
    package dep
    import _ "test/dep3"
    -- dep2/dep2.go --
    package dep2
    -- dep3/dep3.go --
    package dep3
    -- testdep/testdep.go --
    package testdep
    import _ "test/testdep2"
    -- testdep2/testdep2.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:38:19 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/test_import_error_stack.txt

    env GO111MODULE=off
    ! go test testdep/p1
    stderr 'package testdep/p1 \(test\)\n\timports testdep/p2\n\timports testdep/p3: build constraints exclude all Go files ' # check for full import stack
    ! go vet testdep/p1
    stderr 'package testdep/p1 \(test\)\n\timports testdep/p2\n\timports testdep/p3: build constraints exclude all Go files ' # check for full import stack
    
    env GO111MODULE=on
    cd testdep
    ! go test testdep/p1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 997 bytes
    - Viewed (0)
  7. src/testing/internal/testdeps/deps.go

    		return nil
    	}
    	return err
    }
    
    func (TestDeps) ReadCorpus(dir string, types []reflect.Type) ([]fuzz.CorpusEntry, error) {
    	return fuzz.ReadCorpus(dir, types)
    }
    
    func (TestDeps) CheckCorpus(vals []any, types []reflect.Type) error {
    	return fuzz.CheckCorpus(vals, types)
    }
    
    func (TestDeps) ResetCoverage() {
    	fuzz.ResetCoverage()
    }
    
    func (TestDeps) SnapshotCoverage() {
    	fuzz.SnapshotCoverage()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 14:01:23 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/build_plugin_non_main.txt

    # Plugins are not supported on all platforms.
    [!buildmode:plugin] skip
    
    go build -n testdep
    ! go build -buildmode=plugin testdep
    stderr '-buildmode=plugin requires exactly one main package'
    
    -- go.mod --
    module testdep
    
    go 1.16
    -- testdep.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 12 15:28:43 UTC 2020
    - 255 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_go_version_missing.txt

    package dep_test
    
    import _ "example.com/testdep"
    
    -- testdep/go.mod --
    module example.com/testdep
    -- testdep/testdep.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 22 16:11:33 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/test/testdata/gen/zeroGen.go

    		fmt.Fprintf(w, "  }\n")
    		fmt.Fprintf(w, "}\n")
    	}
    
    	// boilerplate at end
    	fmt.Fprintf(w, "func TestZero(t *testing.T) {\n")
    	for _, s := range sizes {
    		fmt.Fprintf(w, "  testZero%d(t)\n", s)
    	}
    	for _, s := range usizes {
    		fmt.Fprintf(w, "  testZero%du(t)\n", s)
    	}
    	fmt.Fprintf(w, "}\n")
    
    	// gofmt result
    	b := w.Bytes()
    	src, err := format.Source(b)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 20 02:13:02 UTC 2022
    - 4.1K bytes
    - Viewed (0)
Back to top