Package org.junit.platform.suite.api
Annotation Type ConfigurationParametersResource
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=MAINTAINED, since="1.13.3") @Repeatable(ConfigurationParametersResources.class) public @interface ConfigurationParametersResource@ConfigurationParametersResourceis 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.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe classpath location for the desired properties file; nevernullor blank.
-