- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isConsoleCandidate (0.07 seconds)
-
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/RestTestsFromSnippetsTask.groovy
} @OutputDirectory DirectoryProperty getTestRoot() { return testRoot } /** * Is this snippet a candidate for conversion to `// CONSOLE`? */ static isConsoleCandidate(Snippet snippet) { /* Snippets that are responses or already marked as `// CONSOLE` or * `// NOTCONSOLE` are not candidates. */ if (snippet.console != null || snippet.testResponse) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 19.5K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/DocsTestPlugin.groovy
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 3.6K bytes - Click Count (0)