Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface DisableParentConfigurationParameters
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=EXPERIMENTAL,
since="1.8")
public @interface DisableParentConfigurationParameters
Disable parent configuration parameters.
By default a suite discovers tests using the configuration parameters
explicitly configured via @ConfigurationParameter
and the configuration parameters from the discovery request that was used to
discover the suite.
Annotating a suite with this annotation disables the latter source so that only explicit configuration parameters are taken into account.
- Since:
- 1.8
- See Also: