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 protected
LocalizedProperties(ResourceBundle bundle)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getReportDescription()
abstract String
getReportHeader()
String
getReportLabelClass()
String
getReportLabelErrors()
String
getReportLabelFailureDetails()
String
getReportLabelFailures()
String
getReportLabelPackage()
String
getReportLabelPackageList()
String
getReportLabelSkipped()
String
getReportLabelSuccessRate()
String
getReportLabelSummary()
String
getReportLabelTestCases()
String
getReportLabelTests()
String
getReportLabelTime()
abstract String
getReportName()
String
getReportTextNode1()
String
getReportTextNode2()
protected String
toLocalizedValue(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()
-
-