Annotation Interface ApplyProperties


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ApplyProperties
When used with the SystemPropertiesExtension on a test method, it will use the Properties or Map object data as the properties to be injected.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the static field containing a Properties or Map<String,String> object.
  • Element Details

    • value

      String value
      The name of the static field containing a Properties or Map<String,String> object.
      Returns:
      the field name