Annotation Interface ConfigurationParametersResource


@ConfigurationParametersResource is a repeatable annotation that specifies a configuration file in Java's properties format on the classpath to be added to the discovery request when running a test suite on the JUnit Platform.
Since:
1.11
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The classpath location for the desired properties file; never null or blank.
  • Element Details

    • value

      String value
      The classpath location for the desired properties file; never null or blank.