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

Package class diagram package SpecflowScenario
java.lang.Object
  extended by net.thucydides.core.reports.adaptors.specflow.SpecflowScenario

public class SpecflowScenario
extends Object


Constructor Summary
SpecflowScenario(String titleLine)
           
 
Method Summary
 void addRow(String rowTitle, List<String> rowSteps)
           
 void addSteps(List<String> blockSteps)
           
 void convertToTable(String firstRowTitle)
           
 List<SpecflowTableRow> getRows()
           
 List<String> getSteps()
           
 String getTitleLine()
           
 boolean usesDataTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecflowScenario

public SpecflowScenario(String titleLine)
Method Detail

getTitleLine

public String getTitleLine()

addSteps

public void addSteps(List<String> blockSteps)

getSteps

public List<String> getSteps()

convertToTable

public void convertToTable(String firstRowTitle)

usesDataTable

public boolean usesDataTable()

addRow

public void addRow(String rowTitle,
                   List<String> rowSteps)

getRows

public List<SpecflowTableRow> getRows()


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