Annotation Type PathRunner.Paths
-
@Retention(RUNTIME) @Target(TYPE) public static @interface PathRunner.Paths
Annotation for the runner class to provide paths to be injected into the runner.
-
-
Element Detail
-
value
String[] value
A filesystem path. May be relative to the project base directory.- Returns:
- an array of filesystem paths
-
-