Interface XUnitLoader

All Known Implementing Classes:
BasicXUnitLoader

public interface XUnitLoader
Converts an xUnit compatible file into a list of TestSuite objects that can be used to create TestOutcomes.
  • Method Summary

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

    • loadFrom

      java.util.List<TestSuite> loadFrom​(java.io.File xUnitReport) throws java.io.IOException
      Throws:
      java.io.IOException