net.thucydides.core.reports.adaptors.specflow
Class SpecflowAdaptor

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

public class SpecflowAdaptor
extends FilebasedOutcomeAdaptor

Loads TestOutcomes from a specflow output file


Constructor Summary
SpecflowAdaptor()
           
 
Method Summary
 List<TestOutcome> loadOutcomesFrom(File source)
          Loads TestOutcomes from a SpecFlow output file or a directory containing output files.
 
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

SpecflowAdaptor

public SpecflowAdaptor()
Method Detail

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.