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.- Since:
- 1.8
- See Also:
DisableParentConfigurationParameters,Suite,org.junit.platform.runner.JUnitPlatform,org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder#configurationParameter(String, String)
-
Required Element Summary
Required Elements