@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface FitNesseRunner.FitnesseDir
FitnesseDir
annotation specifies the absolute or relative
path to the directory in which FitNesseRoot can be found. You can either specify
@FitnesseDir("/parentOfFitNesseRoot")
,
or you can specify
@FitnesseDir(systemProperty = "fitnesse.root.dir.parent")
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
fitNesseRoot |
java.lang.String |
systemProperty |
java.lang.String |
value |