Package org.junit.platform.suite.api
Annotation Type 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 configurationkey
andvalue
pair to be added to the discovery request when running a test suite on the JUnit Platform.