Annotation Interface ConfigurationParameter
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=STABLE,
since="1.10")
@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.- Since:
- 1.8
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
key
-
value
-