Annotation Type DbUnitReplacements

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean inherit
      A flag indicating if given annotation should be merged with "parent" annotations.
    • Element Detail

      • inherit

        boolean inherit
        A flag indicating if given annotation should be merged with "parent" annotations. For example, a method can define additional replacements providers to load. The default value is false, this means that the providers for the annotated class will shadow and effectively replace any datasets defined by superclasses. If true, this means that an annotated class will inherit the datasets defined by test superclasses (or meta-annotations).
        Returns:
        The inherit flag value.
        Default:
        false