Class BasicXUnitLoader

java.lang.Object
net.thucydides.core.reports.adaptors.xunit.BasicXUnitLoader
All Implemented Interfaces:
XUnitLoader

public class BasicXUnitLoader
extends java.lang.Object
implements XUnitLoader
  • Constructor Summary

    Constructors 
    Constructor Description
    BasicXUnitLoader()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<TestSuite> loadFrom​(java.io.File xUnitReport)  

    Methods inherited from class java.lang.Object

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

    • BasicXUnitLoader

      public BasicXUnitLoader()
  • Method Details

    • loadFrom

      public java.util.List<TestSuite> loadFrom​(java.io.File xUnitReport) throws java.io.IOException
      Specified by:
      loadFrom in interface XUnitLoader
      Throws:
      java.io.IOException