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.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.
-