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
  • Constructor Summary

    Constructors
    Constructor Description
    SpecflowAdaptor()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<TestOutcome> loadOutcomesFrom​(java.io.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 Details

    • SpecflowAdaptor

      public SpecflowAdaptor()
  • Method Details

    • loadOutcomesFrom

      public java.util.List<TestOutcome> loadOutcomesFrom​(java.io.File source) throws java.io.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:
      java.io.IOException