Module org.junit.platform.suite.api
Package org.junit.platform.suite.api
Annotation Interface DisableParentConfigurationParameters
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Documented
@API(status=STABLE,
since="1.10")
public @interface DisableParentConfigurationParameters
Disable parent configuration parameters.
By default, a suite discovers tests using the configuration parameters
explicitly configured via @ConfigurationParameter
and ConfigurationParametersResource
as well as 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 and resources are taken into account.
- Since:
- 1.8
- See Also: