Package org.elasticsearch.test
Annotation Type ESIntegTestCase.SuiteScopeTestCase
-
@Retention(RUNTIME) @Inherited @Target(TYPE) public static @interface ESIntegTestCase.SuiteScopeTestCaseIf a test is annotated withESIntegTestCase.SuiteScopeTestCasethe 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.