net.thucydides.core.reports.adaptors.xunit
Interface XUnitLoader

Package class diagram package 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
 List<TestSuite> loadFrom(File xUnitReport)
           
 

Method Detail

loadFrom

List<TestSuite> loadFrom(File xUnitReport)
                         throws IOException
Throws:
IOException


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.