Package | Description |
---|---|
org.apache.maven.plugins.surefire.report |
Modifier and Type | Method and Description |
---|---|
(package private) LocalizedProperties |
AbstractSurefireReportMojo.getBundle(java.util.Locale locale) |
protected abstract LocalizedProperties |
AbstractSurefireReportMojo.getBundle(java.util.Locale locale,
java.lang.ClassLoader resourceBundleClassLoader) |
protected LocalizedProperties |
SurefireReportMojo.getBundle(java.util.Locale locale,
java.lang.ClassLoader resourceBundleClassLoader) |
protected LocalizedProperties |
FailsafeReportMojo.getBundle(java.util.Locale locale,
java.lang.ClassLoader resourceBundleClassLoader) |
Modifier and Type | Method and Description |
---|---|
private void |
SurefireReportGenerator.constructFailureDetails(org.apache.maven.doxia.sink.Sink sink,
LocalizedProperties bundle,
java.util.List<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,
java.util.Map<java.lang.String,java.util.List<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) |