Annotation Type ConfigurationParametersResource


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    @Documented
    @API(status=MAINTAINED,
         since="1.13.3")
    @Repeatable(ConfigurationParametersResources.class)
    public @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:
    ConfigurationParameter, DisableParentConfigurationParameters, Suite, JUnitPlatform, LauncherDiscoveryRequestBuilder.configurationParametersResources(String...)
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The classpath location for the desired properties file; never null or blank.
    • Element Detail

      • value

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