public class TableSteps extends Object
| Constructor and Description |
|---|
TableSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
clickOnSubItem(String firstLast,
String item,
String list) |
void |
noteRowCountAs(String list,
String varName) |
void |
verifyListEmptyState(String list,
String emptyState) |
void |
verifyListRowData(String firstLast,
String list,
cucumber.api.DataTable data) |
void |
verifyTableRowCount(String list,
String countValue) |
@Then(value="^(?:I should see |)the \"(.*)\" (?:list|table) is (|not )empty$") public void verifyListEmptyState(String list, String emptyState) throws Throwable
Throwable@Then(value="^(?:I should see |)the (first|last) (?:row|item) of the \"(.*)\" (?:list|table) contains the following data:$") public void verifyListRowData(String firstLast, String list, cucumber.api.DataTable data) throws Throwable
Throwable@When(value="^(?:I |)(?:click|tap) on the (first|last) \"(.*)\" element of the \"(.*)\" (?:list|table)$") public void clickOnSubItem(String firstLast, String item, String list) throws Exception
Exception@When(value="^(?:I |)note the \"(.*)\" (?:table|list) (?:row|item) count as \"(.*)\"") public void noteRowCountAs(String list, String varName) throws Exception
ExceptionCopyright © 2013-2018. All Rights Reserved.