Package org.elasticsearch.test
Annotation Type ESIntegTestCase.SuiteScopeTestCase
-
@Retention(RUNTIME) @Inherited @Target(TYPE) public static @interface ESIntegTestCase.SuiteScopeTestCase
If a test is annotated withESIntegTestCase.SuiteScopeTestCase
the checks and modifications that are applied to the used test cluster are only done after all tests of this class are executed. This also has the side-effect of a suite level setup methodESIntegTestCase.setupSuiteScopeCluster()
that is executed in a separate test instance. Variables that need to be accessible across test instances must be static.