Annotation Interface Basedir


@Deprecated(since="4.0.0-rc-6", forRemoval=true) @Target({TYPE,METHOD}) @Retention(RUNTIME) @Inherited public @interface Basedir
Deprecated, for removal: This API element is subject to removal in a future version.
Use Basedir instead
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    The path to the base directory for test resources.
  • Element Details

    • value

      String value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The path to the base directory for test resources. The path can be absolute or relative to the test class location.
      Returns:
      the base directory path, or an empty string to use the default
      Default:
      ""