A report that aggregates Junit XML reports into a single report.
| Fields inherited from class | Fields |
|---|---|
class org.gradle.api.reporting.internal.SimpleReport |
NAMER |
| Constructor and description |
|---|
JUnitSummaryReport
(org.gradle.api.tasks.testing.Test pTask)Create a new JUnitSummaryReport. |
| Type | Name and description |
|---|---|
boolean |
checkUpToDate()Check if the report is up to date. |
void |
createReport()Create the JUnit summary report. |
java.lang.String |
getFileNamePattern()Get a regular expression with the pattern that the names of the report files to aggregate must match. |
java.io.File |
getJunitReportDirectory()Get the directory where to look for the JUnit XML reports to aggregate. |
| Methods inherited from class | Name |
|---|---|
class DefaultDestinationReport |
getDestination, setDestination |
class org.gradle.api.reporting.internal.SimpleReport |
org.gradle.api.reporting.internal.SimpleReport#toString(), org.gradle.api.reporting.internal.SimpleReport#getName(), org.gradle.api.reporting.internal.SimpleReport#getDisplayName(), org.gradle.api.reporting.internal.SimpleReport#isEnabled(), org.gradle.api.reporting.internal.SimpleReport#getOutputType(), org.gradle.api.reporting.internal.SimpleReport#setEnabled(boolean), org.gradle.api.reporting.internal.SimpleReport#configure(groovy.lang.Closure), org.gradle.api.reporting.internal.SimpleReport#configure(groovy.lang.Closure), org.gradle.api.reporting.internal.SimpleReport#getDestination(), org.gradle.api.reporting.internal.SimpleReport#wait(long, int), org.gradle.api.reporting.internal.SimpleReport#wait(long), org.gradle.api.reporting.internal.SimpleReport#wait(), org.gradle.api.reporting.internal.SimpleReport#equals(java.lang.Object), org.gradle.api.reporting.internal.SimpleReport#hashCode(), org.gradle.api.reporting.internal.SimpleReport#getClass(), org.gradle.api.reporting.internal.SimpleReport#notify(), org.gradle.api.reporting.internal.SimpleReport#notifyAll() |
Create a new JUnitSummaryReport.
pTask - The task this report is part of.Check if the report is up to date.
Create the JUnit summary report.
Get a regular expression with the pattern that the names of the report files to aggregate must match. The default pattern is "^TEST\\-.*\\.xml$".
Get the directory where to look for the JUnit XML reports to aggregate.
Groovy Documentation