Class JunitReporter


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void reportFailures​(java.io.File junitXmlFile, java.util.List<Finalizer.FailureReport> failureReports)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • reportFailures

        public static void reportFailures​(java.io.File junitXmlFile,
                                          java.util.List<Finalizer.FailureReport> failureReports)
                                   throws java.io.IOException
        Throws:
        java.io.IOException