Annotation Type TestRootDirectory
-
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface TestRootDirectory
Defines the path to the directory which holds test java files.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Path, relative to the current/module directory, within which to search for test sources.
-