org.easetech.easytest.annotation
Annotation Type Report


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Report

A test class level annotation providing reporting parameters.

Author:
Christiaan Mol

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
 

outputLocation

public abstract 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

Default:
""

outputFormats

public abstract Report.EXPORT_FORMAT[] outputFormats
The output format. Defaults to PDF.

Default:
org.easetech.easytest.annotation.Report.EXPORT_FORMAT.PDF


Copyright © 2013. All Rights Reserved.