Package co.nz.getskills.auto.appsteps
Class SQLServerSteps
- java.lang.Object
-
- co.nz.getskills.auto.appsteps.SQLServerSteps
-
public class SQLServerSteps extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SQLServerSteps(TestContext testContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidi_check_sql_query_response(java.lang.String value, java.lang.String column)voidi_run_sql_server_query(java.lang.String query)voidi_store_sql_response(java.lang.String column)
-
-
-
Constructor Detail
-
SQLServerSteps
public SQLServerSteps(TestContext testContext)
-
-
Method Detail
-
i_run_sql_server_query
@When("^SQL - I run the query on sql server (.+)$") public void i_run_sql_server_query(java.lang.String query) throws java.lang.Exception- Throws:
java.lang.Exception
-
i_check_sql_query_response
@When("^SQL - I check the sql query response has the value (.+) in column (.+)$") public void i_check_sql_query_response(java.lang.String value, java.lang.String column) throws java.lang.Exception- Throws:
java.lang.Exception
-
i_store_sql_response
@When("^SQL - I store the sql query response from column (.+)$") public void i_store_sql_response(java.lang.String column) throws java.lang.Exception- Throws:
java.lang.Exception
-
-