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

Package class diagram package DefaultXUnitAdaptor
java.lang.Object
  extended by net.thucydides.core.reports.adaptors.common.FilebasedOutcomeAdaptor
      extended by net.thucydides.core.reports.adaptors.xunit.DefaultXUnitAdaptor
All Implemented Interfaces:
TestOutcomeAdaptor

public class DefaultXUnitAdaptor
extends FilebasedOutcomeAdaptor


Constructor Summary
DefaultXUnitAdaptor()
           
 
Method Summary
 List<TestOutcome> loadOutcomesFrom(File source)
           
 List<TestOutcome> testOutcomesIn(File xunitFile)
           
 
Methods inherited from class net.thucydides.core.reports.adaptors.common.FilebasedOutcomeAdaptor
loadOutcomes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultXUnitAdaptor

public DefaultXUnitAdaptor()
Method Detail

loadOutcomesFrom

public List<TestOutcome> loadOutcomesFrom(File source)
                                   throws IOException
Throws:
IOException

testOutcomesIn

public List<TestOutcome> testOutcomesIn(File xunitFile)
                                 throws IOException
Throws:
IOException


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