Annotation Interface AddConfigs


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AddConfigs
A repeatable container for AddConfig. No need to use this annotation, just repeat AddConfig annotation on test class.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Configuration properties to be added.
  • Element Details

    • value

      AddConfig[] value
      Configuration properties to be added.
      Returns:
      properties