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 Summary
Constructors Modifier Constructor Description protectedLocalizedProperties(ResourceBundle bundle)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetReportDescription()abstract StringgetReportHeader()StringgetReportLabelClass()StringgetReportLabelErrors()StringgetReportLabelFailureDetails()StringgetReportLabelFailures()StringgetReportLabelPackage()StringgetReportLabelPackageList()StringgetReportLabelSkipped()StringgetReportLabelSuccessRate()StringgetReportLabelSummary()StringgetReportLabelTestCases()StringgetReportLabelTests()StringgetReportLabelTime()abstract StringgetReportName()StringgetReportTextNode1()StringgetReportTextNode2()protected StringtoLocalizedValue(String key)
-
-
-
Constructor Detail
-
LocalizedProperties
protected LocalizedProperties(ResourceBundle bundle)
-
-
Method Detail
-
getReportName
public abstract String getReportName()
-
getReportDescription
public abstract String getReportDescription()
-
getReportHeader
public abstract String getReportHeader()
-
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()
-
-