Class JunitReporter
java.lang.Object
com.palantir.gradle.failurereports.junit.JunitReporter
Helper class that writes all the failures encountered
FailureReports into a JUNIT XML format that can be
rendered in the CircleCi `Tests` section.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidreportFailures(File junitXmlFile, List<com.palantir.gradle.failurereports.common.FailureReport> failureReports)
-
Method Details
-
reportFailures
public static void reportFailures(File junitXmlFile, List<com.palantir.gradle.failurereports.common.FailureReport> failureReports) throws IOException - Throws:
IOException
-