Uses of Class
org.apache.maven.plugins.surefire.report.LocalizedProperties
Packages that use LocalizedProperties
-
Uses of LocalizedProperties in org.apache.maven.plugins.surefire.report
Methods in org.apache.maven.plugins.surefire.report that return LocalizedPropertiesModifier and TypeMethodDescription(package private) final LocalizedProperties
protected abstract LocalizedProperties
AbstractSurefireReportMojo.getBundle
(Locale locale, ClassLoader resourceBundleClassLoader) protected LocalizedProperties
FailsafeReportMojo.getBundle
(Locale locale, ClassLoader resourceBundleClassLoader) protected LocalizedProperties
SurefireReportMojo.getBundle
(Locale locale, ClassLoader resourceBundleClassLoader) Methods in org.apache.maven.plugins.surefire.report with parameters of type LocalizedPropertiesModifier and TypeMethodDescriptionprivate void
SurefireReportGenerator.constructFailureDetails
(org.apache.maven.doxia.sink.Sink sink, LocalizedProperties bundle, List<org.apache.maven.plugins.surefire.report.ReportTestCase> failures) private void
SurefireReportGenerator.constructHotLinks
(org.apache.maven.doxia.sink.Sink sink, LocalizedProperties bundle) private void
SurefireReportGenerator.constructPackagesSection
(LocalizedProperties bundle, org.apache.maven.doxia.sink.Sink sink, Map<String, List<org.apache.maven.plugins.surefire.report.ReportTestSuite>> suitePackages) private void
SurefireReportGenerator.constructSummarySection
(LocalizedProperties bundle, org.apache.maven.doxia.sink.Sink sink) private void
SurefireReportGenerator.constructTestCasesSection
(LocalizedProperties bundle, org.apache.maven.doxia.sink.Sink sink) void
SurefireReportGenerator.doGenerateReport
(LocalizedProperties bundle, org.apache.maven.doxia.sink.Sink sink)