Class JUnit4ReportWriter

java.lang.Object
step.reporting.JUnit4ReportWriter
All Implemented Interfaces:
ReportWriter

public class JUnit4ReportWriter extends Object implements ReportWriter
A ReportWriter that generates JUnit 4 XML reports based on the JUnit schema https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd
  • Constructor Details

    • JUnit4ReportWriter

      public JUnit4ReportWriter()
  • Method Details