Package io.helidon.microprofile.testing
Annotation Interface AddConfig
@Inherited
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(AddConfigs.class)
public @interface AddConfig
Add a configuration key/value pair to the
synthetic test configuration
.
This annotation can be repeated.
If used on a method, the container will be reset regardless of the test lifecycle.
- See Also:
-
Required Element Summary
Required Elements