Class JunitReporter

java.lang.Object
com.palantir.gradle.failurereports.junit.JunitReporter

public final class JunitReporter extends Object
Helper class that writes all the failures encountered FailureReports into a JUNIT XML format that can be rendered in the CircleCi `Tests` section.
  • Method Details

    • reportFailures

      public static void reportFailures(File junitXmlFile, List<com.palantir.gradle.failurereports.common.FailureReport> failureReports) throws IOException
      Throws:
      IOException