Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 104 for Fixture (0.06 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/JdkDownloadPluginFuncTest.groovy

     */
    
    package org.elasticsearch.gradle.internal
    
    import spock.lang.Unroll
    import com.github.tomakehurst.wiremock.WireMockServer
    
    import org.elasticsearch.gradle.fixtures.AbstractGradleFuncTest
    import org.elasticsearch.gradle.fixtures.WiremockFixture
    import org.elasticsearch.gradle.transform.SymbolicLinkPreservingUntarTransform
    import org.elasticsearch.gradle.transform.UnzipTransform
    
    import java.nio.file.Files
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 27 19:29:10 GMT 2021
    - 10.5K bytes
    - Click Count (0)
  2. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/fixtures/AbstractGitAwareGradleFuncTest.groovy

     * 2.0 and the Server Side Public License, v 1; you may not use this file except
     * in compliance with, at your election, the Elastic License 2.0 or the Server
     * Side Public License, v 1.
     */
    
    package org.elasticsearch.gradle.fixtures
    
    import org.apache.commons.io.FileUtils
    import org.elasticsearch.gradle.internal.test.InternalAwareGradleRunner
    import org.gradle.testkit.runner.GradleRunner
    import org.junit.Rule
    import org.junit.rules.TemporaryFolder
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 1.9K bytes
    - Click Count (0)
  3. src/main/java/jcifs/netbios/UniAddress.java

     * the client and may be necessary for proper operation.
     * <p>
     * This class should be used in favor of {@code InetAddress} to resolve
     * hostnames on LANs and WANs that support a mixture of NetBIOS/WINS and
     * DNS resolvable hosts.
     */
    
    public class UniAddress implements Address {
    
        /**
         * Check whether a hostname is actually an ip address
         *
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 8.3K bytes
    - Click Count (0)
  4. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/fixtures/AbstractRestResourcesFuncTest.groovy

     * 2.0 and the Server Side Public License, v 1; you may not use this file except
     * in compliance with, at your election, the Elastic License 2.0 or the Server
     * Side Public License, v 1.
     */
    
    package org.elasticsearch.gradle.fixtures;
    
    
    abstract class AbstractRestResourcesFuncTest extends AbstractGradleFuncTest {
    
        def setup() {
            addSubProject(":test:framework") << "apply plugin: 'elasticsearch.java'"
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 22 07:24:59 GMT 2021
    - 2.1K bytes
    - Click Count (0)
  5. build-conventions/build.gradle

     * Side Public License, v 1.
     */
    
    import org.gradle.plugins.ide.eclipse.model.SourceFolder
    
    plugins {
        id 'java-gradle-plugin'
        id 'java-test-fixtures'
        id 'eclipse'
    }
    
    group = "org.elasticsearch"
    
    def minRuntimeJava = JavaVersion.toVersion(file('../build-tools-internal/src/main/resources/minimumRuntimeVersion').text)
    targetCompatibility = minRuntimeJava
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 09:43:51 GMT 2021
    - 2.7K bytes
    - Click Count (0)
  6. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/InternalYamlRestTestPluginFuncTest.groovy

     * in compliance with, at your election, the Elastic License 2.0 or the Server
     * Side Public License, v 1.
     */
    
    package org.elasticsearch.gradle.internal.test.rest
    
    import org.elasticsearch.gradle.fixtures.AbstractRestResourcesFuncTest
    import org.gradle.testkit.runner.TaskOutcome
    
    class InternalYamlRestTestPluginFuncTest extends AbstractRestResourcesFuncTest {
    
        def "yamlRestTest does nothing when there are no tests"() {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 03 10:22:28 GMT 2021
    - 3.1K bytes
    - Click Count (0)
  7. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

                    "          frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \n" +
                    "          referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen> \n" +
                    "        </iframe> \n" +
                    "    </div> \n" +
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 03 01:59:51 GMT 2026
    - 11.3K bytes
    - Click Count (0)
  8. README.md

    <div align="center">
      <picture>
        <source media="(prefers-color-scheme: dark)" srcset="images/gradle-white-primary.png" width="600px">
        <img alt="Gradle Logo" src="images/gradle-dark-green-primary.png" width="600px">
      </picture>
    </div>
    
    <div align="center">
      <a href="https://ge.gradle.org/scans">
        <img src="https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A" alt="Revved up by Develocity">
      </a>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Feb 12 18:58:41 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  9. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/InternalDistributionDownloadPluginFuncTest.groovy

     * Side Public License, v 1.
     */
    
    package org.elasticsearch.gradle.internal
    
    import org.elasticsearch.gradle.Architecture
    import org.elasticsearch.gradle.VersionProperties
    import org.elasticsearch.gradle.fixtures.AbstractGradleFuncTest
    import org.gradle.testkit.runner.TaskOutcome
    
    
    class InternalDistributionDownloadPluginFuncTest extends AbstractGradleFuncTest {
    
        def "resolves current version from local build"() {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 6.7K bytes
    - Click Count (0)
  10. .teamcity/subprojects.json

        "path": "platforms/jvm/plugins-java-library",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-jvm-test-fixtures",
        "path": "platforms/jvm/plugins-jvm-test-fixtures",
        "unitTests": false,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-jvm-test-suite",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 15:03:00 GMT 2026
    - 42K bytes
    - Click Count (0)
Back to Top