Package org.junit.platform.suite.api
Annotation Type ConfigurationParameter
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @API(status=STABLE, since="1.10") @Repeatable(ConfigurationParameters.class) public @interface ConfigurationParameter
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
key
The configuration parameter key under which to add thevalue
to the discovery request; nevernull
or blank.java.lang.String
value
The value to add to the discovery request for the specifiedkey
.
-