Annotation Interface AddConfig
@Inherited
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(AddConfigs.class)
@Deprecated(since="4.2.0")
public @interface AddConfig
Deprecated.
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
AddConfig
instead