- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for RemoveMatch (0.11 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/rest/compat/RestCompatTestTransformTask.java
* * @param subKey the key name directly under match to replace. For example "_type" */ public void removeMatch(String subKey) { transformations.add(new RemoveMatch(subKey)); } /** * Removes the key/value of a match assertion for the given REST tests for the matching subkey. * For example "match":{"_type": "foo"} to "match":{}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) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rest/YamlRestCompatTestPluginFuncTest.groovy
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)