Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for suiteID (0.39 sec)

  1. platforms/jvm/plugins-test-report-aggregation/build.gradle.kts

        implementation(project(":core"))
        implementation(project(":plugins-java-base"))
        implementation(project(":plugins-jvm-test-suite"))
        implementation(project(":reporting"))
        implementation(project(":testing-base"))
        implementation(project(":testing-jvm"))
        implementation(project(":test-suites-base"))
    
        integTestDistributionRuntimeOnly(project(":distributions-jvm"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. platforms/jvm/language-jvm/build.gradle.kts

        api(libs.inject)
        api(libs.jsr305)
    
        implementation(project(":dependency-management"))
        implementation(project(":logging"))
        implementation(project(":model-core"))
        implementation(project(":test-suites-base"))
    
        implementation(libs.guava)
    
        testImplementation(project(":native"))
        testImplementation(project(":resources"))
        testImplementation(project(":snapshots"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. .teamcity/test-buckets.json

    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"plugin-use",
    					"native",
    					"java-compiler-plugin",
    					"file-temp",
    					"concurrent",
    					"functional",
    					"test-suites-base",
    					"internal-testing",
    					"io",
    					"testing-jvm-infrastructure",
    					"cli"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  4. platforms/jvm/plugins-jvm-test-suite/build.gradle.kts

        api(project(":core-api"))
        api(project(":language-jvm"))
        api(project(":model-core"))
        api(project(":platform-jvm"))
        api(project(":testing-jvm"))
        api(project(":test-suites-base"))
    
        api(libs.inject)
    
        implementation(project(":core"))
        implementation(project(":logging"))
        implementation(project(":plugins-java-base"))
        implementation(project(":testing-base"))
    
        implementation(libs.commonsLang)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/jvm/jacoco/build.gradle.kts

        implementation(project(":plugins-java"))
        implementation(project(":plugins-java-base"))
        implementation(project(":plugins-jvm-test-suite"))
        implementation(project(":process-services"))
        implementation(project(":test-suites-base"))
        implementation(project(":testing-jvm"))
    
        implementation(libs.commonsLang)
        implementation(libs.guava)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-java/build.gradle.kts

        implementation(project(":platform-base"))
        implementation(project(":platform-jvm"))
        implementation(project(":plugins-java-base"))
        implementation(project(":testing-jvm"))
        implementation(project(":test-suites-base"))
    
        runtimeOnly(project(":dependency-management"))
        runtimeOnly(project(":testing-base"))
        runtimeOnly(project(":toolchains-jvm"))
    
        runtimeOnly(libs.groovy)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. platforms/software/build-init/build.gradle.kts

        testFixturesImplementation(project(":plugins-java"))
        testFixturesImplementation(project(":testing-base"))
        testFixturesImplementation(project(":test-suites-base"))
        testFixturesImplementation(project(":plugins-jvm-test-suite"))
    
        integTestImplementation(project(":native"))
        integTestImplementation(libs.jetty)
    
        testRuntimeOnly(project(":distributions-jvm")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  8. platforms/ide/ide-plugins/build.gradle.kts

        implementation(project(":plugins-java-base"))
        implementation(project(":plugins-jvm-test-fixtures"))
        implementation(project(":plugins-jvm-test-suite"))
        implementation(project(":scala"))
        implementation(project(":test-suites-base"))
        implementation(project(":war"))
    
        implementation(libs.commonsLang)
    
        runtimeOnly(project(":language-jvm"))
        runtimeOnly(project(":testing-base"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. pilot/pkg/bootstrap/options.go

    	}
    	for _, cipher := range tls.CipherSuites() {
    		acceptedCiphers[cipher.Name] = cipher.ID
    	}
    	return acceptedCiphers
    }
    
    // TLSCipherSuites returns a list of cipher suite IDs from the cipher suite names passed.
    func TLSCipherSuites(cipherNames []string) ([]uint16, error) {
    	if len(cipherNames) == 0 {
    		return nil, nil
    	}
    	ciphersIntSlice := make([]uint16, 0)
    	possibleCiphers := allCiphers()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java

      //             CyclicBarrierTest.suite(),
      //             DelayQueueTest.suite(),
      //             EntryTest.suite(),
      //             ExchangerTest.suite(),
      //             ExecutorsTest.suite(),
      //             ExecutorCompletionServiceTest.suite(),
      //             FutureTaskTest.suite(),
      //             LinkedBlockingDequeTest.suite(),
      //             LinkedBlockingQueueTest.suite(),
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 10 19:21:11 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top