Class JUnitXMLOutcomeReporter

java.lang.Object
net.thucydides.core.reports.junit.JUnitXMLOutcomeReporter

public class JUnitXMLOutcomeReporter
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String FILE_PREFIX  
  • Constructor Summary

    Constructors
    Constructor Description
    JUnitXMLOutcomeReporter​(java.io.File outputDirectory)  
  • Method Summary

    Modifier and Type Method Description
    void generateReportsFor​(TestOutcomes testOutcomes)  
    java.io.File getOutputDirectory()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • JUnitXMLOutcomeReporter

      public JUnitXMLOutcomeReporter​(java.io.File outputDirectory)
  • Method Details

    • generateReportsFor

      public void generateReportsFor​(TestOutcomes testOutcomes)
    • getOutputDirectory

      public java.io.File getOutputDirectory()