|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Report
A test class level annotation providing reporting parameters.
| Optional Element Summary | |
|---|---|
Report.EXPORT_FORMAT[] |
outputFormats
The output format. |
String |
outputLocation
The output path where the reports should be written to. prefix with file: will output to filesystem's directory prefix with classpath: will output to target classpath |
public abstract String outputLocation
public abstract Report.EXPORT_FORMAT[] outputFormats
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||