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@ConfigurationParameteris a repeatable annotation that specifies a configurationkeyandvaluepair to be added to the discovery request when running a test suite on the JUnit Platform.- Since:
- 1.8
- See Also:
ConfigurationParametersResource,DisableParentConfigurationParameters,Suite,JUnitPlatform,LauncherDiscoveryRequestBuilder.configurationParameter(String, String)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringkeyThe configuration parameter key under which to add thevalueto the discovery request; nevernullor blank.java.lang.StringvalueThe value to add to the discovery request for the specifiedkey.
-