public class ISHUnitHTMLTestReportTask
Generates a HTML report from JUnit xml report files.
@Inject
public ISHUnitHTMLTestReportTask(@NotNull
org.gradle.api.file.ProjectLayout projectLayout,
@NotNull
org.gradle.api.model.ObjectFactory objectFactory)
Generates a HTML report from JUnit xml report files.
@InputDirectory @NotNull public org.gradle.api.file.DirectoryProperty getTestResultDirectory()
@OutputDirectory @NotNull public org.gradle.api.file.DirectoryProperty getOutputDirectory()
@InputFiles @NotNull public org.gradle.api.file.FileCollection getTaskClassPath()
public void createReport()
Executes the generation of the test report.