Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for tagtests (0.14 sec)

  1. platforms/jvm/language-java/src/integTest/resources/org/gradle/api/tasks/javadoc/JavadocIntegrationTest/canCombineLocalOptionWithOtherOptions/build.gradle

            tagletImplementation files(Jvm.current().toolsJar)
        }
    }
    
    javadoc {
        dependsOn tagletClasses
        options {
            locale = 'de_DE'
            breakIterator = true
            taglets 'LocaleAwareTaglet'
            tagletPath sourceSets.taglet.java.destinationDirectory.get().asFile
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 428 bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/platform/JUnitPlatformSampleIntegrationTest.groovy

            given:
            super.sample sample
    
            when:
            succeeds('test')
    
            then:
            new DefaultTestExecutionResult(sample.dir).testClass('org.gradle.junitplatform.TagTest').assertTestCount(1, 0, 0)
                .assertTestPassed('fastTest()')
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. src/internal/gover/gover_test.go

    	{"1.999testmod", Version{"1", "999", "", "testmod", ""}},
    	{"1.99999999999999999", Version{"1", "99999999999999999", "", "", ""}},
    }
    
    func TestLang(t *testing.T) { test1(t, langTests, "Lang", Lang) }
    
    var langTests = []testCase1[string, string]{
    	{"1.2rc3", "1.2"},
    	{"1.2.3", "1.2"},
    	{"1.2", "1.2"},
    	{"1", "1"},
    	{"1.999testmod", "1.999"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/gover/gover_test.go

    	{"1.19alpha3", "1.19beta2", -1},
    	{"1.19beta2", "1.19rc1", -1},
    	{"1.1", "1.99999999999999998", -1},
    	{"1.99999999999999998", "1.99999999999999999", -1},
    }
    
    func TestLang(t *testing.T) { test1(t, langTests, "Lang", Lang) }
    
    var langTests = []testCase1[string, string]{
    	{"1.2rc3", "1.2"},
    	{"1.2.3", "1.2"},
    	{"1.2", "1.2"},
    	{"1", "1"},
    	{"1.999testmod", "1.999"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 23:20:32 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  5. gradle/dependency-management/kotlin-versions.properties

    # Generated - Update by running `./gradlew updateKotlinVersions`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 11:40:08 UTC 2024
    - 132 bytes
    - Viewed (0)
  6. gradle/dependency-management/agp-versions.properties

    # Generated - Update by running `./gradlew updateAgpVersions`
    latests=7.3.1,7.4.2,8.0.2,8.1.4,8.2.2,8.3.2,8.4.0,8.5.0-beta01
    nightlyBuildId=11829825
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 174 bytes
    - Viewed (0)
  7. src/crypto/tls/auth_test.go

    	}
    
    	brokenCert := &Certificate{
    		Certificate:                  [][]byte{testRSACertificate},
    		PrivateKey:                   testRSAPrivateKey,
    		SupportedSignatureAlgorithms: []SignatureScheme{Ed25519},
    	}
    
    	badTests := []struct {
    		cert        *Certificate
    		peerSigAlgs []SignatureScheme
    		tlsVersion  uint16
    	}{
    		{rsaCert, []SignatureScheme{ECDSAWithP256AndSHA256, ECDSAWithSHA1}, VersionTLS12},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 08 21:48:41 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  8. src/cmd/vet/vet_test.go

    			t.Parallel()
    			t.Logf("-tags=%s", tag)
    			cmd := vetCmd(t, "-tags="+tag, "tagtest")
    			output, err := cmd.CombinedOutput()
    
    			want := fmt.Sprintf("file%d.go", wantFile)
    			dontwant := fmt.Sprintf("file%d.go", 3-wantFile)
    
    			// file1 has testtag and file2 has !testtag.
    			if !bytes.Contains(output, []byte(filepath.Join("tagtest", want))) {
    				t.Errorf("%s: %s was excluded, should be included", tag, want)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 01:02:40 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. src/cmd/internal/test2json/testdata/panic.json

    {"Action":"output","Test":"TestPanic","Output":"\t/go/src/runtime/panic.go:679 +0x1b2\n"}
    {"Action":"output","Test":"TestPanic","Output":"command-line-arguments.TestPanic(0xc000092100)\n"}
    {"Action":"output","Test":"TestPanic","Output":"\ta_test.go:6 +0x39\n"}
    {"Action":"output","Test":"TestPanic","Output":"testing.tRunner(0xc000092100, 0x114f500)\n"}
    {"Action":"output","Test":"TestPanic","Output":"\tgo/src/testing/testing.go:909 +0xc9\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  10. platforms/software/reporting/src/integTest/groovy/org/gradle/api/reporting/plugins/BuildDashboardPluginIntegrationTest.groovy

            root.file("src/test/groovy/org/gradle/Class1.groovy") << "package org.gradle; class TestClass1 { @org.junit.Test void ok() { } }"
            withTests()
        }
    
        private void badTests(TestFile root = testDirectory) {
            root.file("src/test/groovy/org/gradle/Class1.groovy") << "package org.gradle; class TestClass1 { @org.junit.Test void broken() { throw new RuntimeException() } }"
            withTests()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 11.7K bytes
    - Viewed (0)
Back to top