Package org.citrusframework.report
Class JUnitReporterSettings
java.lang.Object
org.citrusframework.report.JUnitReporterSettings
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet default failed template file.static StringGet target directory where to create report.static StringGet the file pattern to include in this report.static StringGet default report template file.static StringGet default success template file.static StringGet the tets suite name.static booleanGet setting to determine if report is enabled.
-
Method Details
-
getReportTemplate
Get default report template file.- Returns:
- the path to the template file.
-
getSuccessTemplate
Get default success template file.- Returns:
- the path to the template file.
-
getFailedTemplate
Get default failed template file.- Returns:
- the path to the template file.
-
getReportDirectory
Get target directory where to create report.- Returns:
-
getReportFilePattern
Get the file pattern to include in this report.- Returns:
-
getSuiteName
Get the tets suite name.- Returns:
-
isReportEnabled
public static boolean isReportEnabled()Get setting to determine if report is enabled.- Returns:
-