Annotation Interface OpenSearchIntegTestCase.SuiteScopeTestCase

Enclosing class:
OpenSearchIntegTestCase

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