Annotation 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
    Modifier and Type
    Required Element
    Description
    Configuration property key.
    Configuration property value.
  • Element Details

    • key

      String key
      Configuration property key.
      Returns:
      key
    • value

      String value
      Configuration property value.
      Returns:
      value