- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for StandaloneTestPlugin (0.08 seconds)
-
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) -
build-tools-internal/build.gradle
} standaloneTest { id = 'elasticsearch.standalone-test' implementationClass = 'org.elasticsearch.gradle.internal.test.StandaloneTestPlugin' } testFixtures { id = 'elasticsearch.test.fixtures' implementationClass = 'org.elasticsearch.gradle.internal.testfixtures.TestFixturesPlugin' } testBase {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 13 18:10:22 GMT 2021 - 11.3K bytes - Click Count (0)