net.thucydides.core.reports.adaptors.xunit
Class BasicXUnitLoader

Package class diagram package BasicXUnitLoader
java.lang.Object
  extended by net.thucydides.core.reports.adaptors.xunit.BasicXUnitLoader
All Implemented Interfaces:
XUnitLoader

public class BasicXUnitLoader
extends Object
implements XUnitLoader


Constructor Summary
BasicXUnitLoader()
           
 
Method Summary
 List<TestSuite> loadFrom(File xUnitReport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicXUnitLoader

public BasicXUnitLoader()
Method Detail

loadFrom

public List<TestSuite> loadFrom(File xUnitReport)
                         throws IOException
Specified by:
loadFrom in interface XUnitLoader
Throws:
IOException


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