Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vendorName (0.12 sec)

  1. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/ToolchainReportRendererTest.groovy

                new File("path"),
                "1.8.0", "vendorName",
                "runtimeName", "1.8.0-b01",
                "jvmName", "25.292-b01", "jvmVendor",
                "myArch"
            )
            installation.source >> "SourceSupplier"
    
            expect:
            assertOutput(metadata, """{identifier} + vendorName JRE 1.8.0-b01{normal}
         | Location:           {description}path{normal}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. pkg/volume/flexvolume/flexvolume_test.go

        exit 0
    )
    
    echo {"status": "Not supported"}
    exit 1
    `
    
    func installPluginUnderTest(t *testing.T, vendorName, plugName, tmpDir string, execScriptTempl string, execTemplateData *map[string]interface{}) {
    	vendoredName := plugName
    	if vendorName != "" {
    		vendoredName = fmt.Sprintf("%s~%s", vendorName, plugName)
    	}
    	pluginDir := filepath.Join(tmpDir, vendoredName)
    	err := os.MkdirAll(pluginDir, 0777)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 01 15:56:32 UTC 2022
    - 6.8K bytes
    - Viewed (0)
Back to top