@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface FitNesseRunner.OutputDir
OutputDir
annotation specifies where the html reports of
run suites and tests will be found after running them. You can either specify
@OutputDir("/tmp/trinidad-results")
,
or you can specify
@OutputDir(systemProperty = "java.io.tmpdir", pathExtension = "trinidad-results")
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
pathExtension |
java.lang.String |
systemProperty |
java.lang.String |
value |