Package io.helidon.microprofile.testing
Annotation Interface AddConfigs
A repeatable container for
AddConfig
.
This annotation is optional, you can instead repeat AddConfig
.
E.g.
@AddConfig(key="foo", value="1") @AddConfig(key="bar", value="2") class MyTest { }
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
AddConfig[] valueGet the contained annotations.- Returns:
- annotations
-