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.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDeprecated, 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:
""
-
Basedirinstead