Annotation Type 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 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:
    ConfigurationParameter, Suite