net.thucydides.core.reports.adaptors.xunit
Class DefaultXUnitAdaptor
java.lang.Object
net.thucydides.core.reports.adaptors.common.FilebasedOutcomeAdaptor
net.thucydides.core.reports.adaptors.xunit.DefaultXUnitAdaptor
- All Implemented Interfaces:
- TestOutcomeAdaptor
public class DefaultXUnitAdaptor
- extends FilebasedOutcomeAdaptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultXUnitAdaptor
public DefaultXUnitAdaptor()
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.