Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for value_to_replace (0.06 seconds)

  1. build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy

              - match: { match_.some.key_to_replace: true }
              - is_true: "value_to_replace"
              - is_false: "value_to_replace"
              - is_true: "value_not_to_replace"
              - is_false: "value_not_to_replace"
              - length: { key.in_length_to_replace: 1 }
              - length: { value_to_replace: 1 }
            ---
            "two":
              - do:
                  get:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 16.4K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java

            transformations.add(new ReplaceKeyInMatch(oldKeyName, newKeyName, null));
        }
    
        /**
         * Replaces all the values of a is_true assertion for all project REST tests.
         * For example "is_true": "value_to_replace" to "is_true": "value_replaced"
         *
         * @param oldValue the value that has to match and will be replaced
         * @param newValue the value used in the replacement
         */
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 30 16:30:48 GMT 2021
    - 22.3K bytes
    - Click Count (0)
Back to Top