public class DatabaseSteps extends Object
| Constructor and Description |
|---|
DatabaseSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
iHaveOnlyTheFollowingRowsInTheTable(String tableName,
cucumber.api.DataTable data) |
void |
iHaveTheFollowingRowsInTheTable(String tableName,
cucumber.api.DataTable data) |
void |
iHaveTheFollowingSQLScript(String script) |
void |
iShouldHaveTheFollowingRowsInTheTable(String tableName,
cucumber.api.DataTable data) |
@Given(value="^I have the following rows in the \"(.*?)\" table:$") public void iHaveTheFollowingRowsInTheTable(String tableName, cucumber.api.DataTable data) throws Throwable
Throwable@Given(value="^I have only the following rows in the \"([^\"]*)\" table:$") public void iHaveOnlyTheFollowingRowsInTheTable(String tableName, cucumber.api.DataTable data) throws Throwable
Throwable@Given(value="^I have the following sql script \"([^\"]*)\"$") public void iHaveTheFollowingSQLScript(String script) throws Throwable
Throwable@Then(value="^I should have the following rows in the \"([^\"]*)\" table:$") public void iShouldHaveTheFollowingRowsInTheTable(String tableName, cucumber.api.DataTable data) throws SQLException, ClassNotFoundException
SQLExceptionClassNotFoundExceptionCopyright © 2014-2015 Tomitribe Corporation. All Rights Reserved.