Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface ConfigurationParameter
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.8")
@Repeatable(ConfigurationParameters.class)
public @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.-
Required Element Summary