Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for StandaloneTestPlugin (0.07 seconds)

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

    /**
     * Configures the build to compile against Elasticsearch's test framework and
     * run integration and unit tests. Use BuildPlugin if you want to build main
     * code as well as tests.
     */
    public class StandaloneTestPlugin implements Plugin<Project> {
        @Override
        public void apply(final Project project) {
            project.getPluginManager().apply(StandaloneRestTestPlugin.class);
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jun 23 09:36:58 GMT 2021
    - 1.4K bytes
    - Click Count (0)
Back to Top