Class JUnitReporterSettings

java.lang.Object
org.citrusframework.report.JUnitReporterSettings

public class JUnitReporterSettings extends Object
  • Method Details

    • getReportTemplate

      public static String getReportTemplate()
      Get default report template file.
      Returns:
      the path to the template file.
    • getSuccessTemplate

      public static String getSuccessTemplate()
      Get default success template file.
      Returns:
      the path to the template file.
    • getFailedTemplate

      public static String getFailedTemplate()
      Get default failed template file.
      Returns:
      the path to the template file.
    • getReportDirectory

      public static String getReportDirectory()
      Get target directory where to create report.
      Returns:
    • getReportFilePattern

      public static String getReportFilePattern()
      Get the file pattern to include in this report.
      Returns:
    • getSuiteName

      public static String getSuiteName()
      Get the tets suite name.
      Returns:
    • isReportEnabled

      public static boolean isReportEnabled()
      Get setting to determine if report is enabled.
      Returns: