Annotation Interface ConfigurationParameter


@ConfigurationParameter is a repeatable annotation that specifies a configuration key and value pair to be added to the discovery request when running a test suite on the JUnit Platform.
Since:
1.8
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The configuration parameter key under which to add the value to the discovery request; never null or blank.
    The value to add to the discovery request for the specified key.
  • Element Details

    • key

      String key
      The configuration parameter key under which to add the value to the discovery request; never null or blank.
    • value

      String value
      The value to add to the discovery request for the specified key.