Class SQLServerSteps


  • public class SQLServerSteps
    extends java.lang.Object
    • 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