net.thucydides.core.reports.adaptors.specflow
Class SpecflowAdaptor
java.lang.Object
net.thucydides.core.reports.adaptors.common.FilebasedOutcomeAdaptor
net.thucydides.core.reports.adaptors.specflow.SpecflowAdaptor
- All Implemented Interfaces:
- TestOutcomeAdaptor
public class SpecflowAdaptor
- extends FilebasedOutcomeAdaptor
Loads TestOutcomes from a specflow output file
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecflowAdaptor
public SpecflowAdaptor()
loadOutcomesFrom
public List<TestOutcome> loadOutcomesFrom(File source)
throws IOException
- Loads TestOutcomes from a SpecFlow output file or a directory containing output files.
This is the console output, not the XML output file, which does not contain the details about each step
execution.
- Throws:
IOException
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.