Package org.elasticsearch.test
Class SkipUnavailableRule
java.lang.Object
org.elasticsearch.test.SkipUnavailableRule
- All Implemented Interfaces:
org.junit.rules.TestRule
Test rule to process skip_unavailable override annotations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceAnnotation to mark specific cluster in a test as not to be skipped when unavailable -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SkipUnavailableRule
-
-
Method Details
-
getMap
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule
-