Annotation Type ESIntegTestCase.SuiteScopeTestCase

Enclosing class:
ESIntegTestCase

@Retention(RUNTIME)
@Inherited
@Target(TYPE)
public static @interface ESIntegTestCase.SuiteScopeTestCase
If a test is annotated with ESIntegTestCase.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 method ESIntegTestCase.setupSuiteScopeCluster() that is executed in a separate test instance. Variables that need to be accessible across test instances must be static.