Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface ConfigurationParametersResource
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.11")
@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:
-
Required Element Summary
-
Element Details
-
value
String valueThe classpath location for the desired properties file; nevernull
or blank.
-