Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for transformRestTests (0.06 seconds)

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

         * @param transformations The set of transformations to perform against the test
         * @return the transformed tests
         */
        public List<ObjectNode> transformRestTests(LinkedList<ObjectNode> tests, List<RestTestTransform<?>> transformations) {
            ObjectNode setupSection = null;
            ObjectNode teardownSection = null;
    
            // Collect any global setup transformations
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jul 12 17:42:01 GMT 2021
    - 8.1K bytes
    - Click Count (0)
Back to Top