Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for InternalYamlRestTestPlugin (0.09 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/InternalYamlRestTestPlugin.java

    import static org.elasticsearch.gradle.internal.test.rest.RestTestUtil.setupTestDependenciesDefaults;
    
    /**
     * Apply this plugin to run the YAML based REST tests.
     */
    public class InternalYamlRestTestPlugin implements Plugin<Project> {
    
        public static final String SOURCE_SET_NAME = "yamlRestTest";
    
        @Override
        public void apply(Project project) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 27 16:04:42 GMT 2021
    - 2.8K bytes
    - Click Count (0)
  2. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/InternalYamlRestTestPluginFuncTest.groovy

    Rene Groeschke <******@****.***> 1630664548 +0200
    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)
Back to Top