Annotation Interface OpenSearchTestCase.LockFeatureFlag
- Enclosing class:
OpenSearchTestCase
Define LockFeatureFlag annotation for unit tests.
Enables and make a flag immutable for the duration of the test case.
Flag returned to previous value on test exit.
Usage: LockFeatureFlag("example.featureflag.setting.key.enabled")
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-