Package com.consol.citrus.report
Class TestReporterSettings
- java.lang.Object
-
- com.consol.citrus.report.TestReporterSettings
-
public final class TestReporterSettings extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetReportDirectory()Get target report directory where to create files.static booleanisAutoClear()Get setting if report should automatically clear all test results after finishing the test suite.static booleanisIgnoreErrors()Get setting if report should ignore errors during report generation.
-
-
-
Method Detail
-
isAutoClear
public static boolean isAutoClear()
Get setting if report should automatically clear all test results after finishing the test suite. Default value is true.- Returns:
-
isIgnoreErrors
public static boolean isIgnoreErrors()
Get setting if report should ignore errors during report generation. Default is true.- Returns:
-
getReportDirectory
public static String getReportDirectory()
Get target report directory where to create files.- Returns:
-
-