|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.NamedDomainObjectSetorg.gradle.util.Configurable
org.gradle.api.tasks.testing.TestTaskReports
org.gradle.api.NamedDomainObjectCollection
org.gradle.api.reporting.ReportContainer
java.lang.Iterable
org.gradle.api.DomainObjectCollection
java.util.Collection
public interface TestTaskReports extends ReportContainer
The reports produced by the Test task.
Method Summary | |
---|---|
DirectoryReport
|
getHtml()
A HTML report indicate the results of the test execution. |
JUnitXmlReport
|
getJunitXml()
The test results in “JUnit XML” format. |
Methods inherited from interface ReportContainer | |
---|---|
getEnabled |
Methods inherited from interface NamedDomainObjectSet | |
---|---|
findAll, matching, matching, withType |
Method Detail |
---|
public DirectoryReport getHtml()
public JUnitXmlReport getJunitXml()
Gradle API 1.12