public class SpecflowScenario extends Object
Constructor and Description |
---|
SpecflowScenario(String titleLine) |
Modifier and Type | Method and Description |
---|---|
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() |
public SpecflowScenario(String titleLine)
public String getTitleLine()
public void convertToTable(String firstRowTitle)
public boolean usesDataTable()
public List<SpecflowTableRow> getRows()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.