-
- All Implemented Interfaces:
-
org.gradle.api.services.BuildService
public abstract class TestReportService implements BuildService<BuildServiceParameters.None>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTestReportService.Companion
-
Constructor Summary
Constructors Constructor Description TestReportService()
-
Method Summary
Modifier and Type Method Description final UnittestFailed(String taskPath)final BooleanhasFailedTests(String path)final UnitreportFailure(String failedTaskPath, String parentTaskPath, Error failure)final List<Pair<String, Error>>getAggregatedTaskFailures(String taskPath)-
-
Method Detail
-
testFailed
final Unit testFailed(String taskPath)
-
hasFailedTests
final Boolean hasFailedTests(String path)
-
reportFailure
final Unit reportFailure(String failedTaskPath, String parentTaskPath, Error failure)
-
-
-
-