Class LocalizedProperties

java.lang.Object
org.apache.maven.plugins.surefire.report.LocalizedProperties

public abstract class LocalizedProperties extends Object
Surefire Resource Bundle.
Author:
Tibor Digana (tibor17)
  • Constructor Details

    • LocalizedProperties

      protected LocalizedProperties(ResourceBundle bundle)
  • Method Details

    • getReportName

      public abstract String getReportName()
    • getReportDescription

      public abstract String getReportDescription()
    • getReportHeader

      public abstract String getReportHeader()
    • toLocalizedValue

      protected final String toLocalizedValue(String key)
    • getReportLabelSummary

      public String getReportLabelSummary()
    • getReportLabelTests

      public String getReportLabelTests()
    • getReportLabelErrors

      public String getReportLabelErrors()
    • getReportLabelFailures

      public String getReportLabelFailures()
    • getReportLabelSkipped

      public String getReportLabelSkipped()
    • getReportLabelSuccessRate

      public String getReportLabelSuccessRate()
    • getReportLabelTime

      public String getReportLabelTime()
    • getReportLabelPackageList

      public String getReportLabelPackageList()
    • getReportLabelPackage

      public String getReportLabelPackage()
    • getReportLabelClass

      public String getReportLabelClass()
    • getReportLabelTestCases

      public String getReportLabelTestCases()
    • getReportLabelFailureDetails

      public String getReportLabelFailureDetails()
    • getReportTextNode1

      public String getReportTextNode1()
    • getReportTextNode2

      public String getReportTextNode2()